Implement & link ac_ghog

This commit is contained in:
Cuyler36
2024-12-01 08:28:17 -05:00
parent 2eb00c37c3
commit b7325560f3
4 changed files with 94 additions and 2 deletions
+3 -1
View File
@@ -3,11 +3,14 @@
#include "types.h"
#include "m_actor.h"
#include "ac_structure.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef STRUCTURE_ACTOR GHOG_ACTOR;
extern ACTOR_PROFILE Ghog_Profile;
#ifdef __cplusplus
@@ -15,4 +18,3 @@ extern ACTOR_PROFILE Ghog_Profile;
#endif
#endif
+1
View File
@@ -3291,6 +3291,7 @@ extern int mNT_check_unknown(mActor_name_t item_no);
#define DUMMY_FLAG 0xF122
#define DUMMY_COTTAGE_MY 0xF123
#define DUMMY_COTTAGE_NPC 0xF124
#define DUMMY_GHOG 0xF125
#define DUMMY_HTABLE 0xF126
#define DUMMY_TENT 0xF127
#define DUMMY_BOAT 0xF128