summaryrefslogtreecommitdiffstats
path: root/game/client/entity/player_look.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/entity/player_look.hh')
-rw-r--r--game/client/entity/player_look.hh11
1 files changed, 11 insertions, 0 deletions
diff --git a/game/client/entity/player_look.hh b/game/client/entity/player_look.hh
new file mode 100644
index 0000000..6532b8f
--- /dev/null
+++ b/game/client/entity/player_look.hh
@@ -0,0 +1,11 @@
+#ifndef CLIENT_PLAYER_LOOK_HH
+#define CLIENT_PLAYER_LOOK_HH 1
+#pragma once
+
+namespace entity::player_look
+{
+void init(void);
+void update_late(void);
+} // namespace entity::player_look
+
+#endif // CLIENT_PLAYER_LOOK_HH