diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config.h b/config.h new file mode 100644 index 0000000..1347faa --- /dev/null +++ b/config.h @@ -0,0 +1,16 @@ +#ifndef CONFIG_H +# define CONFIG_H + +// # define LINE_COLOR 0x151515ff +// # define LINE_COLOR 0xb71c1cff +# define LINE_COLOR 0x280000ff + +# define POINTS_STEP 1.0 +# define FACTOR_STEP 0.01 +# define POINTS_DEFAULT 300 +# define FACTOR_DEFAULT 2.0 + +# define WINDOW_WIDTH 640 +# define WINDOW_HEIGHT 480 + +#endif |
