summaryrefslogtreecommitdiff
path: root/src/include/tet_conf.h
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2017-06-18 00:51:17 +0700
committerOxore <oxore@protonmail.com>2017-06-18 00:51:17 +0700
commit2af11c35bb687c89fdb35e8d6f45327fc8a842b9 (patch)
tree68b0111ff5295985538f2d754f239f864d1ab0d4 /src/include/tet_conf.h
parent22c324ea47a7e27d8ce36a581888a67c7b20f514 (diff)
Refactoring 1
Diffstat (limited to 'src/include/tet_conf.h')
-rw-r--r--src/include/tet_conf.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/include/tet_conf.h b/src/include/tet_conf.h
index 0b37d65..f2f1871 100644
--- a/src/include/tet_conf.h
+++ b/src/include/tet_conf.h
@@ -1,6 +1,6 @@
#define windowName_conf "SFML" // Window name
-#define hudColor1_conf sfColor_fromRGB(0, 0, 0) // Field background
-#define hudColor2_conf sfColor_fromRGB(80, 80, 80) // Field cell outline
+#define uiColor1 sfColor_fromRGB(0, 0, 0) // Field background
+#define uiColor2 sfColor_fromRGB(80, 80, 80) // Field cell outline
#define tOrange sfColor_fromRGB(255, 130, 0) // Orange color of L shape
#define tBlue sfColor_fromRGB(0, 0, 255)
#define tGreen sfColor_fromRGB(0, 255, 0)
@@ -78,9 +78,3 @@
* .... .... .... ....
*/
-
-
-
-char *aaa;
-char* aaa;
-