8 lines
113 B
C
8 lines
113 B
C
|
#ifndef BLT_CONFIG_H
|
||
|
#define BLT_CONFIG_H
|
||
|
|
||
|
#define ZLIB_FOUND
|
||
|
#define BLT_ENABLE_LOGGING
|
||
|
|
||
|
#endif // BLT_CONFIG_H
|