/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-20.8
Code/Engine/GameEngine/GameEngineDLL.h
14 строк
336 B
Ingrater
Format everything using clang-format (#267)
22 июл 2020, 21:23
Не верифицирован
22 июл 2020, 21:23
878ce7e
Код
Авторство
О чём код?
#pragma once #include <Foundation/Basics.h> // Configure the DLL Import/Export Define #if EZ_ENABLED(EZ_COMPILE_ENGINE_AS_DLL) # ifdef BUILDSYSTEM_BUILDING_GAMEENGINE_LIB # define EZ_GAMEENGINE_DLL __declspec(dllexport) # else # define EZ_GAMEENGINE_DLL __declspec(dllimport) # endif #else # define EZ_GAMEENGINE_DLL #endif