#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