diff options
author | epoque11 <epoque11@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-09 22:56:59 +0000 |
---|---|---|
committer | epoque11 <epoque11@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-09 22:56:59 +0000 |
commit | 059ae946435c89351b95d9a647e7cc37541ba5e2 (patch) | |
tree | e01aff2c310feccd086dc8c2c48e6bd42521cf41 /src/map/config/Core.h | |
parent | 68c4c735455439e9c849b4c81d8a598e76d90c57 (diff) | |
download | hercules-059ae946435c89351b95d9a647e7cc37541ba5e2.tar.gz hercules-059ae946435c89351b95d9a647e7cc37541ba5e2.tar.bz2 hercules-059ae946435c89351b95d9a647e7cc37541ba5e2.tar.xz hercules-059ae946435c89351b95d9a647e7cc37541ba5e2.zip |
- Spring cleaning of various source files
- Removed unused src/map/config/Skills/Mage_Classes.h file
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15837 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/config/Core.h')
-rw-r--r-- | src/map/config/Core.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/map/config/Core.h b/src/map/config/Core.h index a5db0f1ff..95c3ee8ed 100644 --- a/src/map/config/Core.h +++ b/src/map/config/Core.h @@ -1,5 +1,8 @@ -#ifndef _RRCONFIGS_ -#define _RRCONFIGS_ +// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL +// For more information, see LICENCE in the main folder +#ifndef _CONFIG_CORE_H_ +#define _CONFIG_CORE_H_ + /** * rAthena configuration file (http://rathena.org) * For detailed guidance on these check http://rathena.org/wiki/SRC/map/config/ @@ -32,7 +35,5 @@ * Constants come last; so they process anything that could've been modified in early includes **/ #include "./Data/Const.h" -/** - * End of File - **/ -#endif + +#endif // _CONFIG_CORE_H_ |