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