mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
link ef_room_sunshine_posthouse
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user