diff options
author | Haru <haru@dotalux.com> | 2019-03-11 03:51:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-11 03:51:57 +0100 |
commit | 95bf87b3b3c256f1d84e53a49ee43aab98912932 (patch) | |
tree | 661731e4ed4209101696323e235abb127a82822b /src/map/HPMmap.c | |
parent | 0d7b3609715453e100dc38d037fc47fb2337af88 (diff) | |
parent | 61ee0a6cee635a5948f1572c89c331b50f80016a (diff) | |
download | hercules-95bf87b3b3c256f1d84e53a49ee43aab98912932.tar.gz hercules-95bf87b3b3c256f1d84e53a49ee43aab98912932.tar.bz2 hercules-95bf87b3b3c256f1d84e53a49ee43aab98912932.tar.xz hercules-95bf87b3b3c256f1d84e53a49ee43aab98912932.zip |
Merge pull request #2400 from Asheraf/stylist_update
moving stylist into it's own interface
Diffstat (limited to 'src/map/HPMmap.c')
-rw-r--r-- | src/map/HPMmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/HPMmap.c b/src/map/HPMmap.c index 6eff37df8..cbfa8e8c4 100644 --- a/src/map/HPMmap.c +++ b/src/map/HPMmap.c @@ -86,6 +86,7 @@ #include "map/skill.h" #include "map/status.h" #include "map/storage.h" +#include "map/stylist.h" #include "map/trade.h" #include "map/unit.h" #include "map/vending.h" |