diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/rodeo.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
