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