Files
ac-decomp/include/ef_room_sunshine_police.h
2023-10-07 21:51:08 +02:00

24 lines
390 B
C

#ifndef EF_ROOM_SUNSHINE_POLICE_H
#define EF_ROOM_SUNSHINE_POLICE_H
#include "types.h"
#include "m_actor.h"
#include "ef_room_sunshine.h"
#ifdef __cplusplus
extern "C" {
#endif
extern ACTOR_PROFILE Room_Sunshine_Police_Profile;
typedef struct efffect_room_sunshine_police_s{
ROOMSUNSHINE_ACTOR ef_sunshine_class;
}ROOMSUNSHINEPOLICE_ACTOR;
#ifdef __cplusplus
}
#endif
#endif