summaryrefslogtreecommitdiffstats
path: root/game/server/inhabited.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/server/inhabited.hh')
-rw-r--r--game/server/inhabited.hh7
1 files changed, 7 insertions, 0 deletions
diff --git a/game/server/inhabited.hh b/game/server/inhabited.hh
new file mode 100644
index 0000000..c68ddaa
--- /dev/null
+++ b/game/server/inhabited.hh
@@ -0,0 +1,7 @@
+#ifndef SERVER_INHABITED_HH
+#define SERVER_INHABITED_HH 1
+#pragma once
+
+struct InhabitedComponent final {};
+
+#endif /* SERVER_INHABITED_HH */