diff options
Diffstat (limited to 'inc/config.h')
| -rw-r--r-- | inc/config.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/inc/config.h b/inc/config.h new file mode 100644 index 0000000..4085dba --- /dev/null +++ b/inc/config.h @@ -0,0 +1,9 @@ +#ifndef CONFIG_H +# define CONFIG_H + +# define MANDEL_WINDOW_WIDTH 640 +# define MANDEL_WINDOW_HEIGHT 480 + +# define MANDEL_WINDOW_TITLE "Mandelbrot" + +#endif |
