diff options
author | zlago | 2024-10-26 20:18:41 +0200 |
---|---|---|
committer | zlago | 2024-10-26 20:21:59 +0200 |
commit | d44d411e0eb3800ed883374b29c2863e1a863735 (patch) | |
tree | 05721dbc8bc1df747179fcb62120a009f23d86a3 /src/util.h | |
parent | b12606899c98d7fc7a120c2b79797b5c45283ad2 (diff) |
move save file code to a separate file
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index 3aafc66..bb8e147 100644 --- a/src/util.h +++ b/src/util.h @@ -1,4 +1,5 @@ #pragma once +#include <stdio.h> struct color { unsigned char r, g, b, a; |