Update Poolbox with FontWriter changes

This commit is contained in:
Jaby
2024-01-05 12:33:31 -06:00
parent 5d370d40e1
commit 50e13df1c7
5 changed files with 10 additions and 10 deletions

View File

@@ -9,6 +9,6 @@ namespace FontWriter {
extern JabyEngine::FontWriter new_font_writer;
extern JabyEngine::FontWriter bios_font_writer;
void setup();
State update(const GPU::PositionI16& start);
void setup();
Cursor update(const GPU::PositionI16& start);
}