Prepare simple API interface
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
#pragma once
|
||||
#include "Type/types.hpp"
|
||||
|
||||
void test();
|
||||
namespace JabyEngine {
|
||||
struct FontWriter {
|
||||
static void setup(GPU::PositionU16 vram_pos, const FontInfo& font_info);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user