Plasma Engine
2.0
Loading...
Searching...
No Matches
AiPluginDLL.h
1
#pragma once
2
3
// Configure the DLL Import/Export Define
4
#if PL_ENABLED(PL_COMPILE_ENGINE_AS_DLL)
5
# ifdef BUILDSYSTEM_BUILDING_AIPLUGIN_LIB
6
# define PL_AIPLUGIN_DLL PL_DECL_EXPORT
7
# else
8
# define PL_AIPLUGIN_DLL PL_DECL_IMPORT
9
# endif
10
#else
11
# define PL_AIPLUGIN_DLL
12
#endif
Code
EnginePlugins
AiPlugin
AiPluginDLL.h
Generated by
1.11.0