mirror of
https://github.com/zeldaret/oot.git
synced 2025-05-10 11:03:46 +00:00
11 lines
199 B
C
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
|