11 lines
198 B
C
11 lines
198 B
C
|
#ifndef __JITTERBUG_CONFIG_H
|
||
|
#define __JITTERBUG_CONFIG_H
|
||
|
|
||
|
#ifdef JB_PRESET_DEBUG
|
||
|
#define JB_ENABLE_TRY_TRACE
|
||
|
#define JB_ENABLE_VERBOSE
|
||
|
#define JB_ENABLE_WARN
|
||
|
#endif
|
||
|
|
||
|
#endif // __JITTERBUG_CONFIG_H
|