blob: 3565a26b86411380defdf5f6c7ae37df6346f2a5 (
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 */
|