diff options
Diffstat (limited to 'src/map/config/Secure.h')
-rw-r--r-- | src/map/config/Secure.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/map/config/Secure.h b/src/map/config/Secure.h index 1cf945083..e2b000440 100644 --- a/src/map/config/Secure.h +++ b/src/map/config/Secure.h @@ -1,5 +1,8 @@ -#ifndef _RRCONFIGS_SECURE_ -#define _RRCONFIGS_SECURE_ +// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL +// For more information, see LICENCE in the main folder +#ifndef _CONFIG_SECURE_H_ +#define _CONFIG_SECURE_H_ + /** * rAthena configuration file (http://rathena.org) * For detailed guidance on these check http://rathena.org/wiki/SRC/map/config/ @@ -27,8 +30,4 @@ **/ #define SECURE_NPCTIMEOUT_INTERVAL 1 - -/** - * End of File - **/ -#endif +#endif // _CONFIG_SECURE_H_ |