Files
ac-decomp/include/ef_room_sunshine.h
2023-10-07 19:48:06 +02:00

24 lines
319 B
C

#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