Support %i

This commit is contained in:
Jaby
2023-12-05 21:04:45 -05:00
parent 10ac77fc75
commit ae03e4ab1a
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