Support %i

This commit is contained in:
Jaby
2023-12-05 21:04:45 -05:00
committed by Jaby
parent f85ea9d151
commit 0fb1a13406
4 changed files with 5 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ namespace JabyEngine {
void write(State& state, const char* str, GPU::Color24 color, Wiggle* wiggle, ...) {
__write_impl(wiggle, color, wiggle);
}
void write(State& state, const char* str, GPU::Color24 color, Wiggle* wiggle, va_list b);
void write(State& state, const char* str, GPU::Color24 color, Wiggle* wiggle, va_list list);
void render();
#undef __write_impl