diff options
Diffstat (limited to 'src/constants.h')
| -rw-r--r-- | src/constants.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/constants.h b/src/constants.h new file mode 100644 index 0000000..5d76d42 --- /dev/null +++ b/src/constants.h @@ -0,0 +1,7 @@ +#ifndef CONSTANTS_H_ +#define CONSTANTS_H_ + +#define WINDOW_WIDTH 800 +#define WINDOW_HEIGHT 600 + +#endif |
