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