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