diff options
Diffstat (limited to 'source/EditorCore_Egoa.hpp')
-rw-r--r-- | source/EditorCore_Egoa.hpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source/EditorCore_Egoa.hpp b/source/EditorCore_Egoa.hpp new file mode 100644 index 0000000..3a8dc36 --- /dev/null +++ b/source/EditorCore_Egoa.hpp @@ -0,0 +1,11 @@ +#pragma once + +#include "EditorCore.hpp" + +class EgoaPlayer : public EditorGameObjectAttachment { +public: +}; + +class EgoaLevelWrapper : public EditorGameObjectAttachment { +public: +}; |