From 2b6f23670b3add2cb845b9606d13e6aad6360f11 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 3 Oct 2015 00:46:44 +0300 Subject: Add basic support for own collision types. --- src/emap/map.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/emap/map.h') 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 -- cgit v1.2.3-60-g2f50