link ef_room_sunshine_posthouse

This commit is contained in:
Prakxo
2023-10-07 22:40:18 +02:00
parent 4e7c4b3d94
commit 147487a140
4 changed files with 218 additions and 0 deletions
+5
View File
@@ -3,6 +3,7 @@
#include "types.h"
#include "m_actor.h"
#include "ef_room_sunshine.h"
#ifdef __cplusplus
extern "C" {
@@ -10,6 +11,10 @@ extern "C" {
extern ACTOR_PROFILE Room_Sunshine_Posthouse_Profile;
typedef struct effect_room_sunshine_posthouse_s{
ROOMSUNSHINE_ACTOR ef_sunshine_class;
}ROOMSUNSHINEPOSTHOUSE_ACTOR;
#ifdef __cplusplus
}
#endif
+1
View File
@@ -41,6 +41,7 @@ typedef void (*mActor_proc)(ACTOR*, GAME*);
#define ACTOR_OBJ_BANK_12 12
#define ACTOR_OBJ_BANK_16 16
#define ACTOR_OBJ_BANK_41 41
#define ACTOR_OBJ_BANK_43 43
#define ACTOR_OBJ_BANK_44 44
#define ACTOR_OBJ_BANK_53 53