#ifndef AC_INS_CHOU_H #define AC_INS_CHOU_H #include "types.h" #include "ac_insect_h.h" #ifdef __cplusplus extern "C" { #endif extern void aICH_actor_init(ACTOR* actor, GAME* game); #ifdef __cplusplus } #endif #endif