diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-22 15:17:49 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-22 15:17:49 +0000 |
commit | 69543863009ec5f51d1feb710aa355ceecbaea6f (patch) | |
tree | 9b880d94378ee768f64b3402fbabe7085606ef8f /src/map/config/classes/general.h | |
parent | 1c894d04665bbf5b4c85c8f3cab8d7eba999fe12 (diff) | |
download | hercules-69543863009ec5f51d1feb710aa355ceecbaea6f.tar.gz hercules-69543863009ec5f51d1feb710aa355ceecbaea6f.tar.bz2 hercules-69543863009ec5f51d1feb710aa355ceecbaea6f.tar.xz hercules-69543863009ec5f51d1feb710aa355ceecbaea6f.zip |
- Follow-up to r15923: fixed renamed file not being svn-copied (and lacking svn history).
- Added svn:eol-style=native property for some recently added text files.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15924 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/config/classes/general.h')
-rw-r--r-- | src/map/config/classes/general.h | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/src/map/config/classes/general.h b/src/map/config/classes/general.h index 279bb033e..a2c9c64c3 100644 --- a/src/map/config/classes/general.h +++ b/src/map/config/classes/general.h @@ -1,24 +1,24 @@ -// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
-// For more information, see LICENCE in the main folder
-#ifndef _CONFIG_GENERAL_H_
-#define _CONFIG_GENERAL_H_
-
-/**
- * rAthena configuration file (http://rathena.org)
- * For detailed guidance on these check http://rathena.org/wiki/SRC/map/config/
- **/
-
-/**
- * Default Magical Reflection Behavior
- * - When reflecting, reflected damage depends on gears caster is wearing, not target
- * - When disabled damage depends on gears target is wearing, not caster.
- * @values 1 (enabled) or 0 (disabled)
- **/
-#define MAGIC_REFLECTION_TYPE 1
-
-/**
- * No settings past this point
- **/
-#include "swordsman.h"
-
-#endif // _CONFIG_GENERAL_H_
+// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL +// For more information, see LICENCE in the main folder +#ifndef _CONFIG_GENERAL_H_ +#define _CONFIG_GENERAL_H_ + +/** + * rAthena configuration file (http://rathena.org) + * For detailed guidance on these check http://rathena.org/wiki/SRC/map/config/ + **/ + +/** + * Default Magical Reflection Behavior + * - When reflecting, reflected damage depends on gears caster is wearing, not target + * - When disabled damage depends on gears target is wearing, not caster. + * @values 1 (enabled) or 0 (disabled) + **/ +#define MAGIC_REFLECTION_TYPE 1 + +/** + * No settings past this point + **/ +#include "swordsman.h" + +#endif // _CONFIG_GENERAL_H_ |