Prepare simple API interface

This commit is contained in:
Jaby
2023-11-24 22:12:29 -05:00
parent 43f48ab374
commit 2c44f21748
9 changed files with 55 additions and 8 deletions

View File

@@ -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);
};
}