Files
ac-decomp/include/ac_npc_super_master.h
2024-12-28 08:04:33 -05:00

24 lines
391 B
C

#ifndef AC_NPC_SUPER_MASTER_H
#define AC_NPC_SUPER_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_SUPER_MASTER_ACTOR;
extern ACTOR_PROFILE Npc_Super_Master_Profile;
#ifdef __cplusplus
}
#endif
#endif