Files
ac-decomp/include/ac_npc_depart_master.h
2024-12-28 07:45:37 -05:00

24 lines
395 B
C

#ifndef AC_NPC_DEPART_MASTER_H
#define AC_NPC_DEPART_MASTER_H
#include "types.h"
#include "m_actor.h"
#include "ac_npc.h"
#include "m_mail_password_check.h"
#include "m_private.h"
#include "ac_npc_shop_common.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef NPC_SHOP_COMMON_ACTOR NPC_DEPART_MASTER_ACTOR;
extern ACTOR_PROFILE Npc_Depart_Master_Profile;
#ifdef __cplusplus
}
#endif
#endif