aboutsummaryrefslogtreecommitdiff
path: root/source/EditorCore_Egoa.hpp
diff options
context:
space:
mode:
authorhnOsmium0001 <[email protected]>2022-04-08 22:30:12 -0700
committerhnOsmium0001 <[email protected]>2022-04-08 22:30:12 -0700
commite47a98793e58a5dbbe76bfed27e59408e43538e4 (patch)
tree250eb4c4200efb63c493ac6f4adb83c89be10ea1 /source/EditorCore_Egoa.hpp
parent3fdc6eb4f2cbeffce9b250beec4d3a2d52a3f534 (diff)
More work
Diffstat (limited to 'source/EditorCore_Egoa.hpp')
-rw-r--r--source/EditorCore_Egoa.hpp11
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:
+};