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