summaryrefslogtreecommitdiffstats
path: root/game/client/player_look.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/player_look.hh')
-rw-r--r--game/client/player_look.hh11
1 files changed, 0 insertions, 11 deletions
diff --git a/game/client/player_look.hh b/game/client/player_look.hh
deleted file mode 100644
index c10df0e..0000000
--- a/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 */