/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-23.4
Code/Engine/GameEngine/GameEnginePCH.cpp
80 строк
6 KB
Jan Krassnigg
Moved non-essential game components into separate plugin (#851)
16 янв 2023, 15:26
Не верифицирован
16 янв 2023, 15:26
824e622
Код
Авторство
О чём код?
#include <GameEngine/GameEnginePCH.h> EZ_STATICLINK_LIBRARY(GameEngine) { if (bReturn) return; EZ_STATICLINK_REFERENCE(GameEngine_AI_Implementation_SensorComponent); EZ_STATICLINK_REFERENCE(GameEngine_Animation_Implementation_ColorAnimationComponent); EZ_STATICLINK_REFERENCE(GameEngine_Animation_Implementation_PropertyAnimComponent); EZ_STATICLINK_REFERENCE(GameEngine_Animation_Implementation_PropertyAnimResource); EZ_STATICLINK_REFERENCE(GameEngine_Animation_Implementation_RotorComponent); EZ_STATICLINK_REFERENCE(GameEngine_Animation_Implementation_SliderComponent); EZ_STATICLINK_REFERENCE(GameEngine_Animation_Implementation_TransformComponent); EZ_STATICLINK_REFERENCE(GameEngine_Animation_Skeletal_Implementation_AnimatedMeshComponent); EZ_STATICLINK_REFERENCE(GameEngine_Animation_Skeletal_Implementation_AnimationControllerComponent); EZ_STATICLINK_REFERENCE(GameEngine_Animation_Skeletal_Implementation_JointAttachmentComponent); EZ_STATICLINK_REFERENCE(GameEngine_Animation_Skeletal_Implementation_JointOverrideComponent); EZ_STATICLINK_REFERENCE(GameEngine_Animation_Skeletal_Implementation_MotionMatchingComponent); EZ_STATICLINK_REFERENCE(GameEngine_Animation_Skeletal_Implementation_SimpleAnimationComponent); EZ_STATICLINK_REFERENCE(GameEngine_Configuration_Implementation_InputConfig); EZ_STATICLINK_REFERENCE(GameEngine_Configuration_Implementation_RendererProfileConfigs); EZ_STATICLINK_REFERENCE(GameEngine_Configuration_Implementation_XRConfig); EZ_STATICLINK_REFERENCE(GameEngine_DearImgui_Implementation_DearImgui); EZ_STATICLINK_REFERENCE(GameEngine_DearImgui_Implementation_DearImguiRenderer); EZ_STATICLINK_REFERENCE(GameEngine_Effects_Wind_Implementation_SimpleWindComponent); EZ_STATICLINK_REFERENCE(GameEngine_Effects_Wind_Implementation_SimpleWindWorldModule); EZ_STATICLINK_REFERENCE(GameEngine_Effects_Wind_Implementation_WindVolumeComponent); EZ_STATICLINK_REFERENCE(GameEngine_GameApplication_Implementation_GameApplication); EZ_STATICLINK_REFERENCE(GameEngine_GameApplication_Implementation_GameApplicationInit); EZ_STATICLINK_REFERENCE(GameEngine_GameApplication_Implementation_WindowOutputTargetGAL); EZ_STATICLINK_REFERENCE(GameEngine_GameState_Implementation_FallbackGameState); EZ_STATICLINK_REFERENCE(GameEngine_GameState_Implementation_GameState); EZ_STATICLINK_REFERENCE(GameEngine_Gameplay_Implementation_BlackboardComponent); EZ_STATICLINK_REFERENCE(GameEngine_Gameplay_Implementation_GrabbableItemComponent); EZ_STATICLINK_REFERENCE(GameEngine_Gameplay_Implementation_GreyBoxComponent); EZ_STATICLINK_REFERENCE(GameEngine_Gameplay_Implementation_InputComponent); EZ_STATICLINK_REFERENCE(GameEngine_Gameplay_Implementation_MarkerComponent); EZ_STATICLINK_REFERENCE(GameEngine_Gameplay_Implementation_PlayerStartPointComponent); EZ_STATICLINK_REFERENCE(GameEngine_Gameplay_Implementation_SpawnComponent); EZ_STATICLINK_REFERENCE(GameEngine_Gameplay_Implementation_TimedDeathComponent); EZ_STATICLINK_REFERENCE(GameEngine_Gameplay_Implementation_TriggerDelayModifierComponent); EZ_STATICLINK_REFERENCE(GameEngine_Messages_Implementation_DamageMessage); EZ_STATICLINK_REFERENCE(GameEngine_Physics_Implementation_CharacterControllerComponent); EZ_STATICLINK_REFERENCE(GameEngine_Physics_Implementation_ClothSheetSimulator); EZ_STATICLINK_REFERENCE(GameEngine_Physics_Implementation_CollisionFilter); EZ_STATICLINK_REFERENCE(GameEngine_Physics_Implementation_RopeSimulator); EZ_STATICLINK_REFERENCE(GameEngine_StateMachine_Implementation_StateMachine); EZ_STATICLINK_REFERENCE(GameEngine_StateMachine_Implementation_StateMachineBuiltins); EZ_STATICLINK_REFERENCE(GameEngine_StateMachine_Implementation_StateMachineComponent); EZ_STATICLINK_REFERENCE(GameEngine_StateMachine_Implementation_StateMachineInstanceData); EZ_STATICLINK_REFERENCE(GameEngine_StateMachine_Implementation_StateMachineResource); EZ_STATICLINK_REFERENCE(GameEngine_Utils_Implementation_ImageDataResource); EZ_STATICLINK_REFERENCE(GameEngine_Utils_Implementation_SceneLoadUtil); EZ_STATICLINK_REFERENCE(GameEngine_VisualScript_Implementation_VisualScriptComponent); EZ_STATICLINK_REFERENCE(GameEngine_VisualScript_Implementation_VisualScriptInstance); EZ_STATICLINK_REFERENCE(GameEngine_VisualScript_Implementation_VisualScriptInstanceAssignFunctions); EZ_STATICLINK_REFERENCE(GameEngine_VisualScript_Implementation_VisualScriptNode); EZ_STATICLINK_REFERENCE(GameEngine_VisualScript_Implementation_VisualScriptResource); EZ_STATICLINK_REFERENCE(GameEngine_VisualScript_Nodes_VisualScriptBasicNodes); EZ_STATICLINK_REFERENCE(GameEngine_VisualScript_Nodes_VisualScriptLogicNodes); EZ_STATICLINK_REFERENCE(GameEngine_VisualScript_Nodes_VisualScriptMathExpressionNode); EZ_STATICLINK_REFERENCE(GameEngine_VisualScript_Nodes_VisualScriptMathNodes); EZ_STATICLINK_REFERENCE(GameEngine_VisualScript_Nodes_VisualScriptMessageNodes); EZ_STATICLINK_REFERENCE(GameEngine_VisualScript_Nodes_VisualScriptObjectNodes); EZ_STATICLINK_REFERENCE(GameEngine_VisualScript_Nodes_VisualScriptReferenceNodes); EZ_STATICLINK_REFERENCE(GameEngine_VisualScript_Nodes_VisualScriptStringNodes); EZ_STATICLINK_REFERENCE(GameEngine_VisualScript_Nodes_VisualScriptVariableNodes); EZ_STATICLINK_REFERENCE(GameEngine_VisualScript_Nodes_VisualScriptVariantNodes); EZ_STATICLINK_REFERENCE(GameEngine_XR_Implementation_Declaration); EZ_STATICLINK_REFERENCE(GameEngine_XR_Implementation_DeviceTrackingComponent); EZ_STATICLINK_REFERENCE(GameEngine_XR_Implementation_DummyXR); EZ_STATICLINK_REFERENCE(GameEngine_XR_Implementation_SpatialAnchorComponent); EZ_STATICLINK_REFERENCE(GameEngine_XR_Implementation_StageSpaceComponent); EZ_STATICLINK_REFERENCE(GameEngine_XR_Implementation_VisualizeHandComponent); EZ_STATICLINK_REFERENCE(GameEngine_XR_Implementation_XRInputDevice); EZ_STATICLINK_REFERENCE(GameEngine_XR_Implementation_XRInterface); EZ_STATICLINK_REFERENCE(GameEngine_XR_Implementation_XRSwapChain); EZ_STATICLINK_REFERENCE(GameEngine_XR_Implementation_XRWindow); }