/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/EnginePlugins/ProcGenPlugin/ProcGenPluginPCH.cpp
18 строк
921 B
Jan Krassnigg
MSVC / Clang fixes (#1997)
21 июл 2026, 15:22
Не верифицирован
21 июл 2026, 15:22
6f3ddbe
Код
Авторство
О чём код?
#include <ProcGenPlugin/ProcGenPluginPCH.h> EZ_STATICLINK_LIBRARY(ProcGenPlugin) { if (bReturn) return; EZ_STATICLINK_REFERENCE(ProcGenPlugin_Components_Implementation_ProcPlacementComponent); EZ_STATICLINK_REFERENCE(ProcGenPlugin_Components_Implementation_ProcVertexColorComponent); EZ_STATICLINK_REFERENCE(ProcGenPlugin_Components_Implementation_ProcVolumeComponent); EZ_STATICLINK_REFERENCE(ProcGenPlugin_Components_Implementation_ProcVolumeSplineComponent); EZ_STATICLINK_REFERENCE(ProcGenPlugin_Components_Implementation_VolumeCollection); EZ_STATICLINK_REFERENCE(ProcGenPlugin_Declarations); EZ_STATICLINK_REFERENCE(ProcGenPlugin_Resources_Implementation_ProcGenGraphResource); EZ_STATICLINK_REFERENCE(ProcGenPlugin_Startup); EZ_STATICLINK_REFERENCE(ProcGenPlugin_Tasks_Implementation_FindPlacementTilesTask); EZ_STATICLINK_REFERENCE(ProcGenPlugin_Tasks_Implementation_PlacementTask); }