RSE-Texture/src/options.h

10 lines
122 B
C

#ifndef OPTIONS_H_
#define OPTIONS_H_
#define VERBOSE_ENABLED 0x0001
#define NO_OUTPUT_DIR 0x0002
int _options;
#endif