summaryrefslogtreecommitdiffstats
path: root/game/client/entity/interpolation.hh
blob: 74a2b7e5691865b58827c437ae114bcefbf7cab4 (plain)
1
2
3
4
5
6
7
8
9
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