summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common/core.h1
-rw-r--r--src/config/const.h11
2 files changed, 7 insertions, 5 deletions
diff --git a/src/common/core.h b/src/common/core.h
index dce8157b1..21da18938 100644
--- a/src/common/core.h
+++ b/src/common/core.h
@@ -6,6 +6,7 @@
#define _CORE_H_
#include "../common/db.h"
+#include "../common/mmo.h"
#include "../config/core.h"
/* so that developers with --enable-debug can raise signals from any section of the code they'd like */
diff --git a/src/config/const.h b/src/config/const.h
index 1e7a40d74..a5b8f1c56 100644
--- a/src/config/const.h
+++ b/src/config/const.h
@@ -1,7 +1,8 @@
-// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
-// For more information, see LICENCE in the main folder
-#ifndef _RRCONFIGS_CONST_
-#define _RRCONFIGS_CONST_
+// Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+// See the LICENSE file
+// Portions Copyright (c) Athena Dev Teams
+#ifndef _H_CONSTANTS_
+#define _H_CONSTANTS_
/**
* rAthena configuration file (http://rathena.org)
@@ -102,4 +103,4 @@
/**
* End of File
**/
-#endif
+#endif /* _H_CONSTANTS_ */