/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-21.10
Code/EnginePlugins/FmodPlugin/FmodPluginDLL.h
27 строк
521 B
Ingrater
Format everything using clang-format (#267)
22 июл 2020, 21:23
Не верифицирован
22 июл 2020, 21:23
878ce7e
Код
Авторство
О чём код?
#pragma once // Configure the DLL Import/Export Define #if EZ_ENABLED(EZ_COMPILE_ENGINE_AS_DLL) # ifdef BUILDSYSTEM_BUILDING_FMODPLUGIN_LIB # define EZ_FMODPLUGIN_DLL __declspec(dllexport) # else # define EZ_FMODPLUGIN_DLL __declspec(dllimport) # endif #else # define EZ_FMODPLUGIN_DLL #endif // Forward declarations namespace FMOD { namespace Studio { class Bank; class System; class EventInstance; class EventDescription; } // namespace Studio class System; } // namespace FMOD