summaryrefslogtreecommitdiffstats
path: root/game/client/interpolation.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/interpolation.hh')
-rw-r--r--game/client/interpolation.hh10
1 files changed, 0 insertions, 10 deletions
diff --git a/game/client/interpolation.hh b/game/client/interpolation.hh
deleted file mode 100644
index 3565a26..0000000
--- a/game/client/interpolation.hh
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef CLIENT_INTERPOLATION_HH
-#define CLIENT_INTERPOLATION_HH 1
-#pragma once
-
-namespace interpolation
-{
-void update(void);
-} // namespace interpolation
-
-#endif /* CLIENT_INTERPOLATION_HH */