mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-09 10:36:50 -05:00
10 lines
246 B
C
10 lines
246 B
C
#ifndef GUARD_QUEST_LOG_OBJECTS_H
|
|
#define GUARD_QUEST_LOG_OBJECTS_H
|
|
|
|
#include "global.h"
|
|
|
|
void SetQuestLogObjectEventsData(struct QuestLog *);
|
|
void sub_815A1F8(struct QuestLog *, struct ObjectEventTemplate *);
|
|
|
|
#endif //GUARD_QUEST_LOG_OBJECTS_H
|