diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-05-02 19:06:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-05-02 19:06:39 +0300 |
commit | 1fc6228436311da0d70f14176fe47f3e37f6faa6 (patch) | |
tree | 9434c90ab44ac55200daa199f524fa11f3168678 /src/emap/battleground.h | |
parent | 00d1b8bf9fc3648730904b6f86696417f4445037 (diff) | |
download | plugin-1fc6228436311da0d70f14176fe47f3e37f6faa6.tar.gz plugin-1fc6228436311da0d70f14176fe47f3e37f6faa6.tar.bz2 plugin-1fc6228436311da0d70f14176fe47f3e37f6faa6.tar.xz plugin-1fc6228436311da0d70f14176fe47f3e37f6faa6.zip |
Update function hook prototypes for support new hercules.
Diffstat (limited to 'src/emap/battleground.h')
-rw-r--r-- | src/emap/battleground.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/emap/battleground.h b/src/emap/battleground.h index ece290e..d9a8ccb 100644 --- a/src/emap/battleground.h +++ b/src/emap/battleground.h @@ -4,6 +4,9 @@ #ifndef EVOL_MAP_BATTLEGROUND #define EVOL_MAP_BATTLEGROUND -bool ebg_team_warp(int *bg_idPtr, unsigned short *map_index, short *x, short *y); +bool ebg_team_warp_pre(int *bg_idPtr, + unsigned short *map_index, + short *x, + short *y); #endif // EVOL_MAP_BATTLEGROUND |