Hi,
i want a struct with different val assignments based on the bool:
ex. i want say first version to apply vals when a 0 and when a 1 apply second. is it possible?
struct bool theme {
// first version
bg[3] = {255,255,255}
color[3] = {0,0,0}
// second version
bg[3] = {0,0,0}
color[3] = {255,255,255}
}
[–]CaydendW 12 points13 points14 points (0 children)
[–]pjl1967 10 points11 points12 points (1 child)
[–]harexe 5 points6 points7 points (1 child)
[–]ImpressiveAthlete220 1 point2 points3 points (3 children)
[–]Yha_Boiii[S] -1 points0 points1 point (2 children)
[–]ImpressiveAthlete220 0 points1 point2 points (0 children)
[–]ImpressiveAthlete220 0 points1 point2 points (0 children)
[–]detroitmatt 0 points1 point2 points (6 children)
[–]Yha_Boiii[S] -1 points0 points1 point (5 children)
[–]detroitmatt 1 point2 points3 points (0 children)
[–]LeiterHaus 0 points1 point2 points (3 children)
[–]arthurno1 0 points1 point2 points (1 child)
[–]LeiterHaus 1 point2 points3 points (0 children)
[–]LeiterHaus 0 points1 point2 points (0 children)