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