options.h 126 B

123456789
  1. extern const char *map_name;
  2. extern const char *color;
  3. extern float size;
  4. extern int type;
  5. #define NORMAL 1
  6. #define FANCY 2