1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-05-09 18:43:45 +00:00
oot/include/quest_hint.h
2025-04-28 11:05:11 -04:00

11 lines
199 B
C

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