jabyengine/Support/include/FontWriter/font_writer.hpp

8 lines
183 B
C++

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