
* Fixes #3385. * Updated the header guard names to C++ standards. Thanks to @elfring's suggestion!
15 lines
376 B
C++
15 lines
376 B
C++
// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
|
|
// For more information, see LICENCE in the main folder
|
|
|
|
#ifndef CONFIG_CUSTOM_DEFINES_PRE_HPP
|
|
#define CONFIG_CUSTOM_DEFINES_PRE_HPP
|
|
|
|
/**
|
|
* rAthena configuration file (http://rathena.org)
|
|
* For detailed guidance on these check http://rathena.org/wiki/SRC/config/
|
|
**/
|
|
|
|
|
|
|
|
#endif /* CONFIG_CUSTOM_DEFINES_PRE_HPP */
|