mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
24 lines
404 B
C
24 lines
404 B
C
#ifndef EF_ROOM_SUNSHINE_POSTHOUSE_H
|
|
#define EF_ROOM_SUNSHINE_POSTHOUSE_H
|
|
|
|
#include "types.h"
|
|
#include "m_actor.h"
|
|
#include "ef_room_sunshine.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern ACTOR_PROFILE Room_Sunshine_Posthouse_Profile;
|
|
|
|
typedef struct effect_room_sunshine_posthouse_s{
|
|
ROOMSUNSHINE_ACTOR ef_sunshine_class;
|
|
}ROOMSUNSHINEPOSTHOUSE_ACTOR;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|
|
|