summaryrefslogtreecommitdiff
path: root/src/map/unit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/unit.h')
-rw-r--r--src/map/unit.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/map/unit.h b/src/map/unit.h
deleted file mode 100644
index 675bf0e..0000000
--- a/src/map/unit.h
+++ /dev/null
@@ -1,10 +0,0 @@
-// 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