start using gametime

This commit is contained in:
2025-02-18 20:03:13 +01:00
parent 14af4d7e80
commit c0f1678142
3 changed files with 9 additions and 3 deletions

View File

@@ -10,6 +10,7 @@
#define PRINT_BUFFER_SIZE 128 // defines the buffer size for printing
// writes the arguments to the specified buffer
// using a macro instead of an inline function because fmt otherwise gets horribly messed up
#define write_args(buf, fmt) \
va_list args; \
va_start(args, fmt); \