summaryrefslogtreecommitdiffstats
path: root/src/game/shared/player.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/shared/player.hh')
-rw-r--r--src/game/shared/player.hh7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/game/shared/player.hh b/src/game/shared/player.hh
new file mode 100644
index 0000000..a01b4f2
--- /dev/null
+++ b/src/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 */