diff options
Diffstat (limited to 'src/emap/map.h')
-rw-r--r-- | src/emap/map.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emap/map.h b/src/emap/map.h index 5c6e899..8f03cf9 100644 --- a/src/emap/map.h +++ b/src/emap/map.h @@ -22,5 +22,8 @@ int emap_getcellp(struct map_data* m, cell_chk *cellchkPtr); struct mapcell emap_gat2cell(int *gatPtr); int emap_cell2gat(struct mapcell *cellPtr); +void emap_setgatcell(int16 *mPtr, + int16 *xPtr, int16 *yPtr, + int *gatPtr); #endif // EVOL_MAP_MAP |