diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-05-02 14:43:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-05-02 14:43:19 +0300 |
commit | 00d1b8bf9fc3648730904b6f86696417f4445037 (patch) | |
tree | b17b43e7cc6537aa1ae8cc5cfc21addd53ca971d /src/emap/quest.c | |
parent | 0b2a9a6937a223ecc6356836da51ed41afc2d00b (diff) | |
download | evol-hercules-00d1b8bf9fc3648730904b6f86696417f4445037.tar.gz evol-hercules-00d1b8bf9fc3648730904b6f86696417f4445037.tar.bz2 evol-hercules-00d1b8bf9fc3648730904b6f86696417f4445037.tar.xz evol-hercules-00d1b8bf9fc3648730904b6f86696417f4445037.zip |
Add into all files where need #include "plugins/HPMHooking.h"
Diffstat (limited to 'src/emap/quest.c')
-rw-r--r-- | src/emap/quest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emap/quest.c b/src/emap/quest.c index 15a41d8..1368a4e 100644 --- a/src/emap/quest.c +++ b/src/emap/quest.c @@ -17,6 +17,8 @@ #include "map/script.h" #include "map/quest.h" +#include "plugins/HPMHooking.h" + #include "emap/quest.h" /** |