Files
ac-decomp/include/m_player_call.h
T
2023-06-23 17:19:35 +02:00

19 lines
205 B
C

#ifndef M_PLAYER_CALL_H
#define M_PLAYER_CALL_H
#include "types.h"
#include "m_actor.h"
#ifdef __cplusplus
extern "C" {
#endif
extern ACTOR_PROFILE Player_Profile;
#ifdef __cplusplus
}
#endif
#endif