diff options
Diffstat (limited to 'src/emap/struct/npcdext.h')
-rw-r--r-- | src/emap/struct/npcdext.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/emap/struct/npcdext.h b/src/emap/struct/npcdext.h new file mode 100644 index 0000000..2158f2c --- /dev/null +++ b/src/emap/struct/npcdext.h @@ -0,0 +1,12 @@ +// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL. +// Copyright (c) 2014 Evol developers + +#ifndef EVOL_MAP_NPCDEXT +#define EVOL_MAP_NPCDEXT + +struct NpcdExt +{ + bool init; +}; + +#endif // EVOL_MAP_NPCDEXT |