blob: c10df0ecfc7d685b8a14a30231eb49767544fdc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef CLIENT_PLAYER_LOOK_HH
#define CLIENT_PLAYER_LOOK_HH 1
#pragma once
namespace player_look
{
void init(void);
void update_late(void);
} // namespace player_look
#endif /* CLIENT_PLAYER_LOOK_HH */
|