pokeheartgold/include/pokegear.h
2022-03-25 16:21:14 -04:00

11 lines
207 B
C

#ifndef POKEHEARTGOLD_POKEGEAR_H
#define POKEHEARTGOLD_POKEGEAR_H
#include "script.h"
typedef struct TownMap TownMap;
TownMap *TownMap_new(FieldSystem *fsys, int kind);
#endif //POKEHEARTGOLD_POKEGEAR_H