mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-23 15:55:47 +00:00
12 lines
205 B
C
12 lines
205 B
C
|
#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
|