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