summaryrefslogtreecommitdiff
path: root/src/map/struct
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-28 16:51:09 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-28 16:58:39 +0300
commitb32aa4307330553e45d5a0dba149cb5fda834249 (patch)
tree82df4decc579df30c7a5010a982393a11fbc4ae8 /src/map/struct
parent92725cef35bead1b7e6b934e3861b46393b74797 (diff)
downloadevol-hercules-b32aa4307330553e45d5a0dba149cb5fda834249.tar.gz
evol-hercules-b32aa4307330553e45d5a0dba149cb5fda834249.tar.bz2
evol-hercules-b32aa4307330553e45d5a0dba149cb5fda834249.tar.xz
evol-hercules-b32aa4307330553e45d5a0dba149cb5fda834249.zip
Add empty extension object to npc.
Diffstat (limited to 'src/map/struct')
-rw-r--r--src/map/struct/npcdext.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/map/struct/npcdext.h b/src/map/struct/npcdext.h
new file mode 100644
index 0000000..11f9752
--- /dev/null
+++ b/src/map/struct/npcdext.h
@@ -0,0 +1,11 @@
+// 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
+{
+};
+
+#endif // EVOL_MAP_NPCDEXT