Files
ac-decomp/include/m_player_lib.h
T
2023-05-16 21:13:49 -04:00

18 lines
235 B
C

#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