/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/EnginePlugins/GameComponentsPlugin/GameComponentsPCH.cpp
25 строк
2 KB
Jan Krassnigg
Removed unused Actor System functionality (#1670)
25 сен 2025, 21:13
Не верифицирован
25 сен 2025, 21:13
67fb558
Код
Авторство
О чём код?
#include <GameComponentsPlugin/GameComponentsPCH.h> EZ_STATICLINK_LIBRARY(GameComponentsPlugin) { if (bReturn) return; EZ_STATICLINK_REFERENCE(GameComponentsPlugin_Animation_Implementation_CreatureCrawlComponent); EZ_STATICLINK_REFERENCE(GameComponentsPlugin_Animation_Implementation_MoveToComponent); EZ_STATICLINK_REFERENCE(GameComponentsPlugin_Camera_Implementation_ThirdPersonViewComponent); EZ_STATICLINK_REFERENCE(GameComponentsPlugin_Debugging_Implementation_LineToComponent); EZ_STATICLINK_REFERENCE(GameComponentsPlugin_Effects_Implementation_MeshDecalComponent); EZ_STATICLINK_REFERENCE(GameComponentsPlugin_Effects_Shake_Implementation_CameraShakeComponent); EZ_STATICLINK_REFERENCE(GameComponentsPlugin_Effects_Shake_Implementation_CameraShakeVolumeComponent); EZ_STATICLINK_REFERENCE(GameComponentsPlugin_Gameplay_Implementation_AreaDamageComponent); EZ_STATICLINK_REFERENCE(GameComponentsPlugin_Gameplay_Implementation_HeadBoneComponent); EZ_STATICLINK_REFERENCE(GameComponentsPlugin_Gameplay_Implementation_PowerConnectorComponent); EZ_STATICLINK_REFERENCE(GameComponentsPlugin_Gameplay_Implementation_ProjectileComponent); EZ_STATICLINK_REFERENCE(GameComponentsPlugin_Gameplay_Implementation_RaycastComponent); EZ_STATICLINK_REFERENCE(GameComponentsPlugin_Physics_Implementation_ClothSheetComponent); EZ_STATICLINK_REFERENCE(GameComponentsPlugin_Physics_Implementation_FakeRopeComponent); EZ_STATICLINK_REFERENCE(GameComponentsPlugin_Placement_Implementation_RandomPrefabComponent); EZ_STATICLINK_REFERENCE(GameComponentsPlugin_Terrain_Implementation_HeightfieldComponent); }