mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-23 12:46:23 -05:00
11 lines
207 B
C
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
|