mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-22 22:24:16 -04:00
26 lines
417 B
C
26 lines
417 B
C
#ifndef EF_ROOM_SUNSHINE_MINSECT_H
|
|
#define EF_ROOM_SUNSHINE_MINSECT_H
|
|
|
|
#include "types.h"
|
|
#include "m_actor.h"
|
|
#include "ef_room_sunshine.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern ACTOR_PROFILE Room_Sunshine_Minsect_Profile;
|
|
|
|
typedef struct effect_room_sunshine_minsect_s{
|
|
ROOMSUNSHINE_ACTOR ef_sunshine_class;
|
|
}ROOMSUNSHINEMINSECT_ACTOR;
|
|
|
|
extern u8 draw_status;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|
|
|