Files
ac-decomp/include/ac_lighthouse_switch.h
2023-06-23 17:19:35 +02:00

19 lines
230 B
C

#ifndef AC_LIGHTHOUSE_SWITCH_H
#define AC_LIGHTHOUSE_SWITCH_H
#include "types.h"
#include "m_actor.h"
#ifdef __cplusplus
extern "C" {
#endif
extern ACTOR_PROFILE Lighthouse_Switch_Profile;
#ifdef __cplusplus
}
#endif
#endif