mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-02 21:54:45 -05: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
|