#pragma once #include struct icon { uint32_t height; uint32_t width; uint32_t *pixels; };