Update Poolbox with FontWriter changes

This commit is contained in:
Jaby
2024-01-05 12:33:31 -06:00
committed by Jaby
parent cbf2f22253
commit ea2344efba
5 changed files with 10 additions and 10 deletions

View File

@@ -28,7 +28,7 @@ namespace Menu {
SimpleMenu::setup(callback, entries, N);
}
void update(JabyEngine::FontWriter& font_writer, State& cursor, const GPU::PositionI16& start);
void update(JabyEngine::FontWriter& font_writer, Cursor& cursor, const GPU::PositionI16& start);
};
class BackMenu {