diff options
Diffstat (limited to 'colour.h')
-rw-r--r-- | colour.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ struct colour { - char r; - char g; - char b; + unsigned char r; + unsigned char g; + unsigned char b; }; |
![]() |
index : tetris | |
Mostly compliant implementation of Tetris using SDL | David Phillips |
aboutsummaryrefslogtreecommitdiff |