Plasma Engine  2.0
Loading...
Searching...
No Matches
EditorPluginAssetsDLL.h
1#pragma once
2
3#include <Foundation/Basics.h>
4#include <Foundation/Configuration/Plugin.h>
5
6// Configure the DLL Import/Export Define
7#if PL_ENABLED(PL_COMPILE_ENGINE_AS_DLL)
8# ifdef BUILDSYSTEM_BUILDING_EDITORPLUGINASSETS_LIB
9# define PL_EDITORPLUGINASSETS_DLL PL_DECL_EXPORT
10# else
11# define PL_EDITORPLUGINASSETS_DLL PL_DECL_IMPORT
12# endif
13#else
14# define PL_EDITORPLUGINASSETS_DLL
15#endif