8 lines
176 B
C++
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);
|
|
};
|
|
} |