summaryrefslogtreecommitdiff
path: root/src/emap/map.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-10-03 23:03:33 +0300
committerAndrei Karas <akaras@inbox.ru>2015-10-03 23:03:33 +0300
commitd9f34370343f92a966d7b16651e2af03db065683 (patch)
treeb1049313f7558087fa45c95c68685e918098b73c /src/emap/map.h
parentab2a207cc7cceb4ad4ccf0ba56e82c7a50eb5a87 (diff)
downloadevol-hercules-d9f34370343f92a966d7b16651e2af03db065683.tar.gz
evol-hercules-d9f34370343f92a966d7b16651e2af03db065683.tar.bz2
evol-hercules-d9f34370343f92a966d7b16651e2af03db065683.tar.xz
evol-hercules-d9f34370343f92a966d7b16651e2af03db065683.zip
Add support for air collision.
Diffstat (limited to 'src/emap/map.h')
-rw-r--r--src/emap/map.h3
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