mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-16 09:14:30 -05:00
9 lines
212 B
C
9 lines
212 B
C
#ifndef GUARD_TRAINER_TOWER_H
|
|
#define GUARD_TRAINER_TOWER_H
|
|
|
|
void PrintTrainerTowerRecords(void);
|
|
void InitTrainerTowerBattleStruct(void);
|
|
void FreeTrainerTowerBattleStruct(void);
|
|
|
|
#endif //GUARD_TRAINER_TOWER_H
|