diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-20 15:36:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-20 15:43:11 +0300 |
commit | 60097ba0d9a71ab575c89a3d0162bb4df1cdc0ff (patch) | |
tree | 5efde0a4146398172ec80273db1f3eba8a8d8e6e /src/map/map.h | |
parent | c90ec19afcfc826a077ed300fc2a9f8347d9b1e6 (diff) | |
download | evol-hercules-60097ba0d9a71ab575c89a3d0162bb4df1cdc0ff.tar.gz evol-hercules-60097ba0d9a71ab575c89a3d0162bb4df1cdc0ff.tar.bz2 evol-hercules-60097ba0d9a71ab575c89a3d0162bb4df1cdc0ff.tar.xz evol-hercules-60097ba0d9a71ab575c89a3d0162bb4df1cdc0ff.zip |
Add support for online list packets.
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index 9c77905..3b9afce 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -5,5 +5,6 @@ #define EVOL_MAP_MAP int emap_addflooritem_post(int retVal, struct item *item, int *amount, int16 *m, int16 *x, int16 *y, int *first_charid, int *second_charid, int *third_charid, int *flags); +void emap_online_list(int fd); #endif // EVOL_MAP_MAP |