the luxuries of a modern C compiler
[carveJwlIkooP6JGAAIwe30JlM.git] / player_common.h
index 6c825d800dec12a96256b23e8f7cf1caa3bd7fdd..5cf441123d42072ede60180de9293333d02f6896 100644 (file)
@@ -3,8 +3,11 @@
 
 #include "player_api.h"
 
+static v3f TEMP_TPV_EXTRA; /* TODO: what? */
+
 VG_STATIC void player_look( player_instance *player, v3f angles );
 VG_STATIC void player__cam_iterate( player_instance *player );
 VG_STATIC void player_vector_angles( v3f angles, v3f v, float C, float k );
+struct player_board *player_get_player_board( struct player_instance *player );
 
 #endif /* PLAYER_COMMON_H */