#ifndef M_PLAYER_LIB_H #define M_PLAYER_LIB_H #include "types.h" #include "m_player.h" #ifdef __cplusplus extern "C" { #endif extern PLAYER_ACTOR* get_player_actor_withoutCheck(GAME_PLAY* play); #ifdef __cplusplus } #endif #endif