mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-11-27 15:10:26 +00: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
|