summaryrefslogtreecommitdiff
path: root/include/quest_hint.h
blob: 71d909b3f3de65b91e2e2108fc2f7b95b2486b8a (plain)
1
2
3
4
5
6
7
8
9
10
11
#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