Rename Support to lower-case to match rest
This commit is contained in:
9
support/include/FontWriter/font_writer.hpp
Normal file
9
support/include/FontWriter/font_writer.hpp
Normal 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();
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user