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