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