1 2 3 4 5 6 7
#pragma once namespace entity::player_look { void init(void); void update_late(void); } // namespace entity::player_look