Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
RegistrarMacro.h File Reference
Include dependency graph for RegistrarMacro.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define REGISTER_SERIALIZABLE(ClassName)
 Registers the serializable in the list of all serializable objects. This list is primarily used in the editor.

Macro Definition Documentation

◆ REGISTER_SERIALIZABLE

#define REGISTER_SERIALIZABLE ( ClassName)
Value:
inline static EngineCore::Registrar<ClassName> registrar_##ClassName;

Registers the serializable in the list of all serializable objects. This list is primarily used in the editor.

Definition at line 8 of file RegistrarMacro.h.