make default const static

This commit is contained in:
yggverse 2024-09-16 11:50:20 +03:00
parent d139fc51e3
commit 0a7c3a6055
8 changed files with 15 additions and 15 deletions

View file

@ -71,9 +71,9 @@ namespace app
app::browser::Main * browserMain;
// Defaults
const int WIDTH = 640;
const int HEIGHT = 480;
const bool IS_FULLSCREEN = false;
static const int WIDTH = 640;
static const int HEIGHT = 480;
static const bool IS_FULLSCREEN = false;
/*
* Browser class API