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