mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-09 12:35:23 -05:00
10 lines
210 B
C
10 lines
210 B
C
#ifndef GUARD_TRAINER_H
|
|
#define GUARD_TRAINER_H
|
|
|
|
#include "constants/global.h"
|
|
#include "constants/trainers.h"
|
|
|
|
enum TrainerPicID GetPlayerTrainerPic(enum Gender gender, u8 version);
|
|
|
|
#endif // GUARD_TRAINER_H
|