diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-19 01:17:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-19 01:17:24 +0300 |
commit | 1b827f192497a2b57150df9f56d0fa82df890b0b (patch) | |
tree | 916ca35a0116476dc80aa13c30c62e3713024c0e /src/map/unit.h | |
parent | 0846b3e83759b42d8d5abea155605d7bcc0c2e22 (diff) | |
download | evol-hercules-1b827f192497a2b57150df9f56d0fa82df890b0b.tar.gz evol-hercules-1b827f192497a2b57150df9f56d0fa82df890b0b.tar.bz2 evol-hercules-1b827f192497a2b57150df9f56d0fa82df890b0b.tar.xz evol-hercules-1b827f192497a2b57150df9f56d0fa82df890b0b.zip |
Allow move from sit state.
Diffstat (limited to 'src/map/unit.h')
-rw-r--r-- | src/map/unit.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/map/unit.h b/src/map/unit.h new file mode 100644 index 0000000..00fba4a --- /dev/null +++ b/src/map/unit.h @@ -0,0 +1,9 @@ +// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL. +// Copyright (c) 2014 Evol developers + +#ifndef EVOL_MAP_UNIT +#define EVOL_MAP_UNIT + +int eunit_can_move(struct block_list *bl); + +#endif // EVOL_MAP_UNIT |