Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
ECSManager.cpp File Reference

Go to the source code of this file.

Classes

class  Divide::IKSystem
 
class  Divide::NetworkingSystem
 
class  Divide::RagdollSystem
 
class  Divide::ScriptSystem
 
class  Divide::UnitSystem
 

Namespaces

namespace  Divide
 Handle console commands that start with a forward slash.
 

Macros

#define STUB_SYSTEM(Name)
 

Variables

constexpr U32 Divide::g_cacheMarkerByteValue [2] { 0xBADDCAFE, 0xDEADBEEF }
 

Macro Definition Documentation

◆ STUB_SYSTEM

#define STUB_SYSTEM (   Name)
Value:
class Name##System final : public ECSSystem<Name##System, Name##Component> {\
public: explicit Name##System(ECS::ECSEngine& parentEngine) : ECSSystem(parentEngine) {}\
}

Definition at line 32 of file ECSManager.cpp.