diff options
Diffstat (limited to 'src/map/log.h')
-rw-r--r-- | src/map/log.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/map/log.h b/src/map/log.h index b4b8b84f4..4b2b5d4d6 100644 --- a/src/map/log.h +++ b/src/map/log.h @@ -5,8 +5,8 @@ #ifndef MAP_LOG_H #define MAP_LOG_H -#include "../common/cbasetypes.h" -#include "../common/sql.h" +#include "common/hercules.h" +#include "common/sql.h" /** * Declarations @@ -129,10 +129,10 @@ struct log_interface { bool (*should_log_item) (int nameid, int amount, int refine, struct item_data *id); }; -struct log_interface *logs; - #ifdef HERCULES_CORE void log_defaults(void); #endif // HERCULES_CORE +HPShared struct log_interface *logs; + #endif /* MAP_LOG_H */ |