summaryrefslogtreecommitdiff
path: root/src/map/HPMmap.c
diff options
context:
space:
mode:
authorAsheraf <acheraf1998@gmail.com>2019-03-07 01:12:42 +0100
committerAsheraf <acheraf1998@gmail.com>2019-03-07 01:24:08 +0100
commitd452c74d6ec4876cb0938541bafa8f4e8951b9cf (patch)
treef68897e44b09a0e284435e37e40f5a83c6efd783 /src/map/HPMmap.c
parentd496d8963fb4c2eb9015a2911a88299e29644681 (diff)
downloadhercules-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.c1
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"