diff options
| author | Alexander Gavrilov | 2012-08-27 23:03:02 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-08-27 23:03:02 +0400 |
| commit | f1915915b48395e9180c03dc8bf26f303eff877f (patch) | |
| tree | 14ca81ba53c7f444ebcd42c643f8be6da6e5720d /library/include | |
| parent | 5ad9b82ace4b0a1ef951e0e35d06f35aa88e8e41 (diff) | |
| download | dfhack-f1915915b48395e9180c03dc8bf26f303eff877f.tar.gz dfhack-f1915915b48395e9180c03dc8bf26f303eff877f.tar.bz2 dfhack-f1915915b48395e9180c03dc8bf26f303eff877f.tar.xz | |
Follow change in xml again.
Diffstat (limited to 'library/include')
| -rw-r--r-- | library/include/modules/Maps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/include/modules/Maps.h b/library/include/modules/Maps.h index e63eef73..e6e9682e 100644 --- a/library/include/modules/Maps.h +++ b/library/include/modules/Maps.h @@ -258,7 +258,7 @@ inline df::tile_occupancy *getTileOccupancy(df::coord pos) { /** * Returns biome info about the specified world region. */ -DFHACK_EXPORT df::world_data::T_region_map *getRegionBiome(df::coord2d rgn_pos); +DFHACK_EXPORT df::region_map_entry *getRegionBiome(df::coord2d rgn_pos); /** * Returns biome world region coordinates for the given tile within given block. |
