summaryrefslogtreecommitdiff
path: root/src/char/int_quest.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-08-09 00:35:38 +0200
committerHaru <haru@dotalux.com>2015-08-13 04:05:13 +0200
commit08e100ec056ef7f8dabbbe33d3de14410c25f367 (patch)
tree0594d5a6d703e35f48d37894c06ca58a754a8a33 /src/char/int_quest.h
parentd94e114da004973dbf97c1f46d4cdf6b6a4e0384 (diff)
downloadhercules-08e100ec056ef7f8dabbbe33d3de14410c25f367.tar.gz
hercules-08e100ec056ef7f8dabbbe33d3de14410c25f367.tar.bz2
hercules-08e100ec056ef7f8dabbbe33d3de14410c25f367.tar.xz
hercules-08e100ec056ef7f8dabbbe33d3de14410c25f367.zip
Corrected some include guards
- Fixes some future issues with the HPMDataCheck system. Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/char/int_quest.h')
-rw-r--r--src/char/int_quest.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/char/int_quest.h b/src/char/int_quest.h
index 2cb359d40..ee04388fc 100644
--- a/src/char/int_quest.h
+++ b/src/char/int_quest.h
@@ -1,8 +1,8 @@
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder
-#ifndef CHAR_QUEST_H
-#define CHAR_QUEST_H
+#ifndef CHAR_INT_QUEST_H
+#define CHAR_INT_QUEST_H
#ifdef HERCULES_CORE
void inter_quest_defaults(void);
@@ -17,5 +17,5 @@ struct inter_quest_interface {
struct inter_quest_interface *inter_quest;
-#endif /* CHAR_QUEST_H */
+#endif /* CHAR_INT_QUEST_H */