/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/EditorPlugins/AngelScript/EnginePluginAngelScript/EnginePluginAngelScriptDLL.h
15 строк
392 B
Jan Krassnigg
AngelScript integration (alpha) (#1480)
04 фев 2025, 14:23
Не верифицирован
04 фев 2025, 14:23
29777c6
Код
Авторство
О чём код?
#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_ENGINEPLUGINANGELSCRIPT_LIB # define EZ_ENGINEPLUGINAS_DLL EZ_DECL_EXPORT # else # define EZ_ENGINEPLUGINAS_DLL EZ_DECL_IMPORT # endif #else # define EZ_ENGINEPLUGINAS_DLL #endif