MT Showcase SDK
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Export.hpp
1 #pragma once
2 
3 #include <Radiant/Platform.hpp>
4 
5 #ifdef SHOWCASE_EXPORT
6  #define SHOWCASE_API MULTI_DLLEXPORT
7 #else
8  #define SHOWCASE_API MULTI_DLLIMPORT
9 #endif