#pragma once #include "Type/types.hpp" namespace JabyEngine { struct FontWriter { static void setup(GPU::PositionU16 vram_pos, const FontInfo& font_info); }; }