diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ #pragma once +#include <stdio.h> struct color { unsigned char r, g, b, a; |
![]() |
index : ~sylvie/sdl | |
platformer in SDL2 and C |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/util.h | 1 |
@@ -1,4 +1,5 @@ #pragma once +#include <stdio.h> struct color { unsigned char r, g, b, a; |