mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-12-04 19:17:13 +00:00
11 lines
214 B
C
11 lines
214 B
C
#ifndef POKEHEARTGOLD_POKEGEAR_H
|
|
#define POKEHEARTGOLD_POKEGEAR_H
|
|
|
|
#include "script.h"
|
|
|
|
typedef struct TownMap TownMap;
|
|
|
|
TownMap *TownMap_New(FieldSystem *fieldSystem, int kind);
|
|
|
|
#endif //POKEHEARTGOLD_POKEGEAR_H
|