mirror of https://github.com/pret/pokeemerald.git
7 lines
151 B
C
7 lines
151 B
C
|
#ifndef GUARD_FIELD_REGION_MAP_H
|
||
|
#define GUARD_FIELD_REGION_MAP_H
|
||
|
|
||
|
void FieldInitRegionMap(MainCallback callback);
|
||
|
|
||
|
#endif // GUARD_FIELD_REGION_MAP_H
|