summaryrefslogtreecommitdiff
path: root/src/emap/map.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-10-03 00:46:44 +0300
committerAndrei Karas <akaras@inbox.ru>2015-10-03 00:46:44 +0300
commit2b6f23670b3add2cb845b9606d13e6aad6360f11 (patch)
treea10d606892caf62330f657095358d0b0195ed186 /src/emap/map.h
parentdeeb2b5b36cbf69bedc5ab5f9fa37881f808b810 (diff)
downloadevol-hercules-2b6f23670b3add2cb845b9606d13e6aad6360f11.tar.gz
evol-hercules-2b6f23670b3add2cb845b9606d13e6aad6360f11.tar.bz2
evol-hercules-2b6f23670b3add2cb845b9606d13e6aad6360f11.tar.xz
evol-hercules-2b6f23670b3add2cb845b9606d13e6aad6360f11.zip
Add basic support for own collision types.
Diffstat (limited to 'src/emap/map.h')
-rw-r--r--src/emap/map.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/emap/map.h b/src/emap/map.h
index cd8dac8..5c6e899 100644
--- a/src/emap/map.h
+++ b/src/emap/map.h
@@ -16,5 +16,11 @@ int emap_addflooritem_post(int retVal,
int *third_charid,
int *flags);
void emap_online_list(int fd);
+int emap_getcellp(struct map_data* m,
+ const struct block_list *bl,
+ int16 *xPtr, int16 *yPtr,
+ cell_chk *cellchkPtr);
+struct mapcell emap_gat2cell(int *gatPtr);
+int emap_cell2gat(struct mapcell *cellPtr);
#endif // EVOL_MAP_MAP