mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-25 07:02:50 -04:00
24 lines
389 B
C
24 lines
389 B
C
#ifndef EF_ROOM_SUNSHINE_MUSEUM_H
|
|
#define EF_ROOM_SUNSHINE_MUSEUM_H
|
|
|
|
#include "types.h"
|
|
#include "m_actor.h"
|
|
#include "ef_room_sunshine.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern ACTOR_PROFILE Room_Sunshine_Museum_Profile;
|
|
|
|
typedef struct effect_room_sunshine_museum_s{
|
|
ROOMSUNSHINE_ACTOR ef_sunshine_class;
|
|
}ROOMSUNSHINEMUSEUM_ACTOR;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|
|
|