diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-28 16:51:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-28 16:58:39 +0300 |
commit | b32aa4307330553e45d5a0dba149cb5fda834249 (patch) | |
tree | 82df4decc579df30c7a5010a982393a11fbc4ae8 /src/Makefile.am | |
parent | 92725cef35bead1b7e6b934e3861b46393b74797 (diff) | |
download | evol-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/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 514a0b7..a4956e2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -34,9 +34,11 @@ MAP_SRC = map/clif.c \ map/send.h \ map/data/mapd.c \ map/data/mapd.h \ + map/data/npcd.h \ map/data/session.c \ map/data/session.h \ map/struct/mapdext.h \ + map/struct/npcdext.h \ map/struct/sessionext.h \ map/utils/formatutils.c \ map/utils/formatutils.h \ |