1 2 3 4 5 6 7
#pragma once #include "engine/maths.h" #include "engine/entity.h" // inputs void hh_player_actions(hh_entity* player, vec_cor cam_pos);