mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-18 09:24:19 +01:00
8 lines
163 B
C
8 lines
163 B
C
|
#ifndef GUARD_TRAINER_SEE_H
|
||
|
#define GUARD_TRAINER_SEE_H
|
||
|
|
||
|
void sub_80B4578(struct MapObject *);
|
||
|
void sub_8155D78(struct MapObject *);
|
||
|
|
||
|
#endif //GUARD_TRAINER_SEE_H
|