summaryrefslogtreecommitdiff
path: root/src/map/npc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/npc.h')
-rw-r--r--src/map/npc.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/map/npc.h b/src/map/npc.h
deleted file mode 100644
index 4f584fe..0000000
--- a/src/map/npc.h
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
-// Copyright (c) 2014 Evol developers
-
-#ifndef EVOL_MAP_NPC
-#define EVOL_MAP_NPC
-
-void enpc_parse_unknown_mapflag(const char *name, char *w3, char *w4, const char* start,
- const char* buffer, const char* filepath, int *retval);
-
-int enpc_buysellsel(TBL_PC* sd, int *id, int *type);
-
-bool enpc_db_checkid(int *idPtr);
-
-#endif // EVOL_MAP_NPC