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