mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
make default const static
This commit is contained in:
parent
d139fc51e3
commit
0a7c3a6055
8 changed files with 15 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue