add: image is now printable

This commit is contained in:
2024-12-10 16:26:00 +01:00
parent d39f708a51
commit d6a59da6d1
4 changed files with 75 additions and 10 deletions

9
headers/icon.h Normal file
View File

@ -0,0 +1,9 @@
#pragma once
#include <stdint.h>
struct icon {
uint32_t height;
uint32_t width;
uint32_t *pixels;
};

13
headers/icons/image.h Normal file

File diff suppressed because one or more lines are too long