#pragma once #include #define FONT_SIZE 13 struct font { uint32_t height; uint32_t width; char *bitmap; };