diff options
Diffstat (limited to 'src/map/data/npcd.h')
-rw-r--r-- | src/map/data/npcd.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/map/data/npcd.h b/src/map/data/npcd.h new file mode 100644 index 0000000..dacd861 --- /dev/null +++ b/src/map/data/npcd.h @@ -0,0 +1,12 @@ +// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL. +// Copyright (c) 2014 Evol developers + +#ifndef EVOL_MAP_NPCD +#define EVOL_MAP_NPCD + +struct NpcdExt; + +struct NpcdExt *npcd_get(int fd); +struct NpcdExt *npcd_create(void); + +#endif // EVOL_MAP_NPCD |