Implement & link ac_npc_super_master

This commit is contained in:
Cuyler36
2024-12-28 08:04:33 -05:00
parent 2071600c39
commit 6a945e159f
5 changed files with 431 additions and 2 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_SUPER_MASTER_ACTOR;
extern ACTOR_PROFILE Npc_Super_Master_Profile;
#ifdef __cplusplus
@@ -15,4 +21,3 @@ extern ACTOR_PROFILE Npc_Super_Master_Profile;
#endif
#endif