liblcf
lcf_options.h
Go to the documentation of this file.
1 /*
2  * This file is part of liblcf. Copyright (c) 2020 liblcf authors.
3  * https://github.com/EasyRPG/liblcf - https://easyrpg.org
4  *
5  * liblcf is Free/Libre Open Source Software, released under the MIT License.
6  * For the full copyright and license information, please view the COPYING
7  * file that was distributed with this source code.
8  */
9 
10 #ifndef LCF_OPTIONS_H
11 #define LCF_OPTIONS_H
12 
13 /*
14  * Includes GNU Autotools build configuration parameters.
15  * This option may have defined LCF_SUPPORT_XML and others.
16  */
17 #ifdef HAVE_CONFIG_H
18 # include <config.h>
19 #endif
20 
24 //#define LCF_DEBUG_TRACE
25 
26 #endif