/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-21.10
Code/EnginePlugins/FileservePlugin/FileservePluginDLL.h
15 строк
401 B
Jan Krassnigg
Restructures the code into more folders
07 июн 2019, 21:08
07 июн 2019, 21:08
8285d1c
Код
Авторство
О чём код?
#pragma once #include <Foundation/Basics.h> #include <Foundation/Configuration/Plugin.h> // Configure the DLL Import/Export Define #if EZ_ENABLED(EZ_COMPILE_ENGINE_AS_DLL) # ifdef BUILDSYSTEM_BUILDING_FILESERVEPLUGIN_LIB # define EZ_FILESERVEPLUGIN_DLL __declspec(dllexport) # else # define EZ_FILESERVEPLUGIN_DLL __declspec(dllimport) # endif #else # define EZ_FILESERVEPLUGIN_DLL #endif