Files
jabyengine/Support/include/FontWriter/font_writer.hpp
2023-11-24 23:05:18 -05:00

8 lines
176 B
C++

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