From 58b8c8d8cb9f78537495f908887fea9d0a451637 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 4 Jul 2015 22:37:51 +0300 Subject: Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with hercules. --- src/emap/npc.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/emap/npc.h (limited to 'src/emap/npc.h') diff --git a/src/emap/npc.h b/src/emap/npc.h new file mode 100644 index 0000000..4f584fe --- /dev/null +++ b/src/emap/npc.h @@ -0,0 +1,14 @@ +// 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 -- cgit v1.2.3-60-g2f50