summaryrefslogtreecommitdiffstats
path: root/game/client/entity/player_look.hh
blob: b347031156ed2be7de632c0fe82d32e5b970cc5c (plain)
1
2
3
4
5
6
7
#pragma once

namespace entity::player_look
{
void init(void);
void update_late(void);
} // namespace entity::player_look