diff options
Diffstat (limited to 'src/constants.rs')
-rw-r--r-- | src/constants.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/constants.rs b/src/constants.rs new file mode 100644 index 0000000..4f87ae4 --- /dev/null +++ b/src/constants.rs @@ -0,0 +1,2 @@ +pub const WIDTH: u32 = 640; +pub const HEIGHT: u32 = 480; |