Files
jabyengine/Support/include/FontWriter/font_writer.hpp
2023-11-25 17:23:49 +01:00

8 lines
211 B
C++

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