diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-23 18:13:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-23 18:13:42 +0300 |
commit | 80956ecdab280f24708981f71bac50ec23587311 (patch) | |
tree | e11766d931bb8b22b9024e052ece9b01383100ff /src/Makefile.am | |
parent | 722d18daaceebbebfd6a0faf8ad4b0497d2599d1 (diff) | |
download | evol-hercules-80956ecdab280f24708981f71bac50ec23587311.tar.gz evol-hercules-80956ecdab280f24708981f71bac50ec23587311.tar.bz2 evol-hercules-80956ecdab280f24708981f71bac50ec23587311.tar.xz evol-hercules-80956ecdab280f24708981f71bac50ec23587311.zip |
Move craft conf related things into separate file.
Also move itempair struct into separate file.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9c01232..7488e03 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -38,6 +38,8 @@ MAP_SRC = emap/atcommand.c \ emap/clif.h \ emap/craft.c \ emap/craft.h \ + emap/craftconf.c \ + emap/craftconf.h \ emap/horse.c \ emap/horse.h \ emap/init.c \ @@ -73,6 +75,7 @@ MAP_SRC = emap/atcommand.c \ emap/status.h \ emap/unit.c \ emap/unit.h \ + emap/const/craft.h \ emap/data/bgd.c \ emap/data/bgd.h \ emap/data/itemd.c \ @@ -86,6 +89,7 @@ MAP_SRC = emap/atcommand.c \ emap/data/session.c \ emap/data/session.h \ emap/struct/bgdext.h \ + emap/struct/craft.h \ emap/struct/itemdext.h \ emap/struct/mapdext.h \ emap/struct/mobdext.h \ |