diff options
Diffstat (limited to 'src/constants.h')
| -rw-r--r-- | src/constants.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/constants.h b/src/constants.h new file mode 100644 index 0000000..bb73900 --- /dev/null +++ b/src/constants.h @@ -0,0 +1,3 @@ +const int SCREEN_WIDTH = 640; +const int SCREEN_HEIGHT = 480; +const int SCALE_FACTOR = 2;
\ No newline at end of file |
