blob: 677f31b6658b7f86018d7db0cd6bbbf434cfcb16 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef CLIENT_INTERPOLATION_HH
#define CLIENT_INTERPOLATION_HH 1
#pragma once
namespace interpolation
{
void update(void);
} // namespace interpolation
#endif // CLIENT_INTERPOLATION_HH
|