#ifndef AC_NPC_H_H #define AC_NPC_H_H #include "types.h" #ifdef __cplusplus extern "C" { #endif typedef struct npc_actor_s NPC_ACTOR; #ifdef __cplusplus } #endif #endif