10 lines
122 B
C
10 lines
122 B
C
#ifndef OPTIONS_H_
|
|
#define OPTIONS_H_
|
|
|
|
#define VERBOSE_ENABLED 0x0001
|
|
#define NO_OUTPUT_DIR 0x0002
|
|
|
|
int _options;
|
|
|
|
#endif
|