Support %i

This commit is contained in:
2023-12-05 21:04:45 -05:00
parent f762536e33
commit c4892d51ab
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