#ifndef AC_QUEST_TALK_NORMAL_INIT_H #define AC_QUEST_TALK_NORMAL_INIT_H #include "types.h" #include "ac_quest_manager.h" #ifdef __cplusplus extern "C" { #endif extern void aQMgr_talk_normal_init(QUEST_MANAGER_ACTOR* manager); #ifdef __cplusplus } #endif #endif