mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-01 05:01:11 -05:00
7 lines
156 B
C
7 lines
156 B
C
#ifndef POKEHEARTGOLD_GTS_GLOBE_H
|
|
#define POKEHEARTGOLD_GTS_GLOBE_H
|
|
|
|
int GetCityNamesMsgdataIdByCountry(u32 countryId);
|
|
|
|
#endif //POKEHEARTGOLD_GTS_GLOBE_H
|