#ifndef AC_INSECT_H #define AC_INSECT_H #include "types.h" #include "m_actor.h" #include "ac_insect_h.h" #ifdef __cplusplus extern "C" { #endif extern ACTOR_PROFILE Insect_Profile; #ifdef __cplusplus } #endif #endif