#ifndef AC_KAGO_H #define AC_KAGO_H #include "types.h" #include "m_actor.h" #include "ac_structure.h" #ifdef __cplusplus extern "C" { #endif typedef struct actor_kago_s{ STRUCTURE_ACTOR structure_class; }KAGO_ACTOR; extern ACTOR_PROFILE Kago_Profile; #ifdef __cplusplus } #endif #endif