summaryrefslogtreecommitdiffstats
path: root/game/client/entity/interpolation.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/entity/interpolation.hh')
-rw-r--r--game/client/entity/interpolation.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/game/client/entity/interpolation.hh b/game/client/entity/interpolation.hh
index 74a2b7e..6935fe8 100644
--- a/game/client/entity/interpolation.hh
+++ b/game/client/entity/interpolation.hh
@@ -1,10 +1,6 @@
-#ifndef CLIENT_INTERPOLATION_HH
-#define CLIENT_INTERPOLATION_HH 1
#pragma once
namespace entity::interpolation
{
void update(void);
} // namespace entity::interpolation
-
-#endif // CLIENT_INTERPOLATION_HH