Rename Support to lower-case to match rest

This commit is contained in:
Jaby
2023-11-29 20:30:44 -05:00
committed by Jaby
parent 7854691d2e
commit 3791d32ebc
10 changed files with 0 additions and 0 deletions

View File

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