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