#ifndef EF_ROOM_SUNSHINE_H #define EF_ROOM_SUNSHINE_H #include "types.h" #include "m_actor.h" #ifdef __cplusplus extern "C" { #endif extern ACTOR_PROFILE Room_Sunshine_Profile; typedef struct effect_room_sunshine_s{ ACTOR actor_class; u8 unk_174; } ROOMSUNSHINE_ACTOR; #ifdef __cplusplus } #endif #endif