X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_common.h;fp=player_common.h;h=b32faee6fc6fd1e778e236cb980313c63f1ddaa7;hb=14851c4c820eb07a0db0ec0366a70bdd6518c331;hp=4510835e125d7509d00cf62f117a04927a9cd70f;hpb=5f6a4f9df6c8accc89f1920bfe9ace3cbac4c4b6;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_common.h b/player_common.h index 4510835..b32faee 100644 --- a/player_common.h +++ b/player_common.h @@ -1,6 +1,4 @@ -#ifndef PLAYER_COMMON_H -#define PLAYER_COMMON_H - +#pragma once #include "player_api.h" static float @@ -13,12 +11,6 @@ static float static i32 k_player_debug_info = 0; static ui_rect g_player_debugger; -static void player_look( v3f angles, float speed ); -static void player__cam_iterate(void); -static struct player_board - *player_get_player_board( struct player_instance *player ); -static struct player_model - *player_get_player_model( struct player_instance *player ); -static f32 player_get_heading_yaw(void); - -#endif /* PLAYER_COMMON_H */ +void player_look( v3f angles, float speed ); +void player__cam_iterate(void); +f32 player_get_heading_yaw(void);