mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-22 22:24:16 -04:00
18 lines
256 B
C
18 lines
256 B
C
#ifndef AC_QUEST_TALK_ISLAND_H
|
|
#define AC_QUEST_TALK_ISLAND_H
|
|
|
|
#include "types.h"
|
|
#include "ac_quest_manager.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern void aQMgr_talk_island_init(QUEST_MANAGER_ACTOR* manager);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|