Implement & link ac_npc_depart_master

This commit is contained in:
Cuyler36
2024-12-28 07:45:37 -05:00
parent db70a5564d
commit 2071600c39
9 changed files with 343 additions and 13 deletions
+6 -1
View File
@@ -3,11 +3,17 @@
#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
@@ -15,4 +21,3 @@ extern ACTOR_PROFILE Npc_Depart_Master_Profile;
#endif
#endif