#pragma once
#include "types.h"
#include <stdint.h>
struct icon {
u32 height;
u32 width;
u32 *pixels;
};