mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-10 14:01:52 -05:00
9 lines
147 B
C
9 lines
147 B
C
#ifndef GUARD_QUEST_LOG_PLAYER_H
|
|
#define GUARD_QUEST_LOG_PLAYER_H
|
|
|
|
#include "global.h"
|
|
|
|
void sub_8150454(void);
|
|
|
|
#endif //GUARD_QUEST_LOG_PLAYER_H
|