chore: make window dimensions a constant
This commit is contained in:
@@ -39,6 +39,13 @@ namespace yaze {
|
||||
namespace app {
|
||||
namespace core {
|
||||
|
||||
//===========================================================================================
|
||||
// Window Variables
|
||||
//===========================================================================================
|
||||
|
||||
constexpr int kScreenWidth = 1200;
|
||||
constexpr int kScreenHeight = 800;
|
||||
|
||||
//===========================================================================================
|
||||
// 65816 LanguageDefinition
|
||||
//===========================================================================================
|
||||
|
||||
Reference in New Issue
Block a user