From e949a49287b38574c7372c9a6c1c759eafa3266c Mon Sep 17 00:00:00 2001 From: Oxore Date: Fri, 1 Dec 2017 05:28:10 +0300 Subject: Wrap global variables into structures --- include/tet_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/tet_conf.h') 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 -- cgit v1.2.3