Files
jabyengine/Support/include/FontWriter/font_writer.hpp
2023-11-24 22:12:29 -05:00

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);
};
}