Implement & link ac_npc_conv_master

This commit is contained in:
Cuyler36
2024-12-28 06:48:31 -05:00
parent 39cadf597f
commit db70a5564d
5 changed files with 319 additions and 2 deletions
+15 -1
View File
@@ -3,11 +3,26 @@
#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
enum aNCM_zone {
aNCM_ZONE_0,
aNCM_ZONE_1,
aNCM_ZONE_2,
aNCM_ZONE_3,
aNCM_ZONE_NUM
};
typedef NPC_SHOP_COMMON_ACTOR NPC_CONV_MASTER_ACTOR;
extern ACTOR_PROFILE Npc_Conv_Master_Profile;
#ifdef __cplusplus
@@ -15,4 +30,3 @@ extern ACTOR_PROFILE Npc_Conv_Master_Profile;
#endif
#endif