summaryrefslogtreecommitdiff
path: root/src/emap/unit.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-05-02 19:06:39 +0300
committerAndrei Karas <akaras@inbox.ru>2016-05-02 19:06:39 +0300
commit1fc6228436311da0d70f14176fe47f3e37f6faa6 (patch)
tree9434c90ab44ac55200daa199f524fa11f3168678 /src/emap/unit.h
parent00d1b8bf9fc3648730904b6f86696417f4445037 (diff)
downloadevol-hercules-1fc6228436311da0d70f14176fe47f3e37f6faa6.tar.gz
evol-hercules-1fc6228436311da0d70f14176fe47f3e37f6faa6.tar.bz2
evol-hercules-1fc6228436311da0d70f14176fe47f3e37f6faa6.tar.xz
evol-hercules-1fc6228436311da0d70f14176fe47f3e37f6faa6.zip
Update function hook prototypes for support new hercules.
Diffstat (limited to 'src/emap/unit.h')
-rw-r--r--src/emap/unit.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/emap/unit.h b/src/emap/unit.h
index 771f6a3..dbb3cb6 100644
--- a/src/emap/unit.h
+++ b/src/emap/unit.h
@@ -4,7 +4,10 @@
#ifndef EVOL_MAP_UNIT
#define EVOL_MAP_UNIT
-int eunit_can_move(struct block_list *bl);
-int eunit_walktoxy(struct block_list *bl, short *x, short *y, int *flagPtr);
+int eunit_can_move_pre(struct block_list **blPtr);
+int eunit_walktoxy_pre(struct block_list **blPtr,
+ short *x,
+ short *y,
+ int *flagPtr);
#endif // EVOL_MAP_UNIT