Move app-wide defines into their own header

This commit is contained in:
2022-05-20 02:45:33 +02:00
parent 4822eba62c
commit 6d8ada3f18
3 changed files with 6 additions and 4 deletions

4
include/defines.h Normal file
View File

@ -0,0 +1,4 @@
#pragma once
constexpr int SCREEN_WIDTH = 480;
constexpr int SCREEN_HEIGHT = 320;