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