mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-09 12:35:23 -05:00
10 lines
204 B
C
10 lines
204 B
C
#ifndef GUARD_QUEST_LOG_BATTLE_H
|
|
#define GUARD_QUEST_LOG_BATTLE_H
|
|
|
|
#include "global.h"
|
|
|
|
void TrySetQuestLogBattleEvent(void);
|
|
void TrySetQuestLogLinkBattleEvent(void);
|
|
|
|
#endif // GUARD_QUEST_LOG_BATTLE_H
|