mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-09-02 16:48:05 -04:00
Implement & link ac_ghog
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user