diff options
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h new file mode 100644 index 0000000..6a319d4 --- /dev/null +++ b/src/main.h @@ -0,0 +1,8 @@ +#ifndef MAIN_H_ +#define MAIN_H_ + +#include <stdio.h> + +int win_width = 800, win_height = 600; + +#endif |