#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