mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 14:41:38 -04:00
19 lines
263 B
C
19 lines
263 B
C
#ifndef M_EVENT_MAP_NPC_H
|
|
#define M_EVENT_MAP_NPC_H
|
|
|
|
#include "types.h"
|
|
#include "m_actor.h"
|
|
#include "m_npc.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern int mEvMN_GetJointEventRandomNpc(mActor_name_t* selected_npc_id);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|