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