summaryrefslogtreecommitdiff
path: root/src/emap/unit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emap/unit.h')
-rw-r--r--src/emap/unit.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/emap/unit.h b/src/emap/unit.h
new file mode 100644
index 0000000..675bf0e
--- /dev/null
+++ b/src/emap/unit.h
@@ -0,0 +1,10 @@
+// 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);
+int eunit_walktoxy(struct block_list *bl, short *x, short *y, int *flagPtr);
+
+#endif // EVOL_MAP_UNIT