1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-02-23 15:55:47 +00:00
oot/include/z64quest_hint.h

12 lines
205 B
C
Raw Normal View History

#ifndef Z64QUEST_HINT_H
#define Z64QUEST_HINT_H
#include "ultra64.h"
struct PlayState;
u16 QuestHint_GetSariaTextId(struct PlayState* play);
u16 QuestHint_GetNaviTextId(struct PlayState* play);
#endif