summaryrefslogtreecommitdiffstats
path: root/engine/include/object.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'engine/include/object.hpp')
-rw-r--r--engine/include/object.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/engine/include/object.hpp b/engine/include/object.hpp
new file mode 100644
index 0000000..70a7a2d
--- /dev/null
+++ b/engine/include/object.hpp
@@ -0,0 +1,9 @@
+#pragma once
+
+namespace flat
+{
+ struct object
+ {
+ // it exists
+ };
+}