X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_common.h;h=b32faee6fc6fd1e778e236cb980313c63f1ddaa7;hb=8110f8ef27afe101ef77b88ad2114d8c216f2629;hp=4510835e125d7509d00cf62f117a04927a9cd70f;hpb=874c9d7e6ee2d826f9eb34518e8163283439c38e;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);