From 632619168ddbe7707d4b47bf2ffcc972df7a20ea Mon Sep 17 00:00:00 2001 From: realtradam Date: Sun, 12 Mar 2023 01:44:46 -0500 Subject: cleanup and fix logging and frame timing --- include/rodeo.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/rodeo.h b/include/rodeo.h index a0ffb08..c261cc7 100644 --- a/include/rodeo.h +++ b/include/rodeo.h @@ -147,6 +147,9 @@ rodeo_string_clone(const rodeo_string_t self); rodeo_string_t rodeo_string_format(const char *format, ...); +rodeo_string_t +rodeo_string_vargs_format(const char *format, va_list vargs); + /// --- Log --- void @@ -170,6 +173,9 @@ rodeo_frame_persecond_get(void); void rodeo_frame_limit_set(uint32_t limit); +uint32_t +rodeo_frame_limit_get(void); + /// --- Input --- int32_t -- cgit v1.2.3