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