diff options
author | Oxore <oxore@protonmail.com> | 2017-12-01 05:28:10 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2017-12-01 05:28:10 +0300 |
commit | e949a49287b38574c7372c9a6c1c759eafa3266c (patch) | |
tree | 206266cae6a0cf9703d3b09110f0165ff29200b3 /include/tet_conf.h | |
parent | 027a94b74a2ff36eddbffc1cce4dcdc14126c813 (diff) |
Wrap global variables into structures
Diffstat (limited to 'include/tet_conf.h')
-rw-r--r-- | include/tet_conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tet_conf.h b/include/tet_conf.h index 4896a56..50b17ff 100644 --- a/include/tet_conf.h +++ b/include/tet_conf.h @@ -1,4 +1,4 @@ -#define windowName_conf "SFML" // Window name +#define windowName_conf "Tetris CSFML" // Window name #define uiColor1 sfColor_fromRGB(0, 0, 0) // Field background #define uiColor2 sfColor_fromRGB(80, 80, 80) // Field inactive cell outline #define uiColor3 sfColor_fromRGB(0, 0, 0) // Field active cell outline |