/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-24.9
Code/EnginePlugins/FmodPlugin/FmodPluginPCH.cpp
22 строки
916 B
Ingrater
Clang-format fixes and update to 18.1.1 (#1234)
10 мар 2024, 15:51
Не верифицирован
10 мар 2024, 15:51
2f16acf
Код
Авторство
О чём код?
#include <FmodPlugin/FmodPluginPCH.h> #include <FmodPlugin/FmodPluginDLL.h> #include <Foundation/Configuration/Plugin.h> #include <Foundation/Strings/TranslationLookup.h> EZ_STATICLINK_LIBRARY(FmodPlugin) { if (bReturn) return; EZ_STATICLINK_REFERENCE(FmodPlugin_Components_FmodComponent); EZ_STATICLINK_REFERENCE(FmodPlugin_Components_FmodEventComponent); EZ_STATICLINK_REFERENCE(FmodPlugin_Components_FmodListenerComponent); EZ_STATICLINK_REFERENCE(FmodPlugin_Components_FmodReverbComponent); EZ_STATICLINK_REFERENCE(FmodPlugin_FmodSingleton); EZ_STATICLINK_REFERENCE(FmodPlugin_FmodStartup); EZ_STATICLINK_REFERENCE(FmodPlugin_Resources_FmodSoundBankResource); EZ_STATICLINK_REFERENCE(FmodPlugin_Resources_FmodSoundBankResourceLoader); EZ_STATICLINK_REFERENCE(FmodPlugin_Resources_FmodSoundEventResource); EZ_STATICLINK_REFERENCE(FmodPlugin_Resources_FmodSoundEventResourceLoader); }