diff options
author | Asheraf <acheraf1998@gmail.com> | 2019-03-07 01:12:42 +0100 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2019-03-07 01:24:08 +0100 |
commit | d452c74d6ec4876cb0938541bafa8f4e8951b9cf (patch) | |
tree | f68897e44b09a0e284435e37e40f5a83c6efd783 /src/map/HPMmap.c | |
parent | d496d8963fb4c2eb9015a2911a88299e29644681 (diff) | |
download | hercules-d452c74d6ec4876cb0938541bafa8f4e8951b9cf.tar.gz hercules-d452c74d6ec4876cb0938541bafa8f4e8951b9cf.tar.bz2 hercules-d452c74d6ec4876cb0938541bafa8f4e8951b9cf.tar.xz hercules-d452c74d6ec4876cb0938541bafa8f4e8951b9cf.zip |
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" |