Files
HydraV3/HydraEngine/source/ecs/components/HydraPhysicsComponent.h
T
2026-07-17 15:30:29 +01:00

19 lines
342 B
C

#ifndef HYDRAECSPHYSICSCOMPONENT
#define HYDRAECSPHYSICSCOMPONENT
#include "../engine/HydraEngine.h"
//#include "../physics/HydraPhysicsDefinition.h"
struct HydraPhysicsComponent
{
//
HYDRA_STATE physics_state = HYDRA_STATE::Empty;
// HydraPhysicsDefinitionStruct physics_definition;
};
#endif /* HYDRAECSPHYSICSCOMPONENT */