mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-22 14:55:39 +00:00
* z64env_flags, z64quest_hint_commands * z64cutscene_spline, z64save.h moved from z64.h * bss * pr suggestion * bss * suggestions
11 lines
205 B
C
11 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
|