mirror of
https://github.com/pret/pokefirered.git
synced 2026-03-22 01:35:52 -05:00
11 lines
278 B
C
11 lines
278 B
C
#ifndef GUARD_QUEST_LOG_OBJECTS_H
|
|
#define GUARD_QUEST_LOG_OBJECTS_H
|
|
|
|
#include "global.h"
|
|
|
|
void QL_RecordObjects(struct QuestLogScene *);
|
|
void QL_LoadObjects(struct QuestLogScene *, struct ObjectEventTemplate *);
|
|
void QL_TryStopSurfing(void);
|
|
|
|
#endif //GUARD_QUEST_LOG_OBJECTS_H
|