add: image is now printable
This commit is contained in:
9
headers/icon.h
Normal file
9
headers/icon.h
Normal 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
13
headers/icons/image.h
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user