blob: 6532b8fdd84a3fed0c12af0f47737aa48dda0e02 (
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 entity::player_look
{
void init(void);
void update_late(void);
} // namespace entity::player_look
#endif // CLIENT_PLAYER_LOOK_HH
|