mirror of
https://github.com/pret/pokefirered.git
synced 2026-09-26 21:35:20 -04: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
|