chore: make window dimensions a constant

This commit is contained in:
Justin Scofield
2022-08-08 08:31:02 -04:00
parent 465b3fc49b
commit fb4dc48add
2 changed files with 9 additions and 2 deletions

View File

@@ -39,6 +39,13 @@ namespace yaze {
namespace app {
namespace core {
//===========================================================================================
// Window Variables
//===========================================================================================
constexpr int kScreenWidth = 1200;
constexpr int kScreenHeight = 800;
//===========================================================================================
// 65816 LanguageDefinition
//===========================================================================================