mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +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
|