diff options
Diffstat (limited to 'include/rodeo.h')
| -rw-r--r-- | include/rodeo.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/rodeo.h b/include/rodeo.h index 7b29d17..97a5e61 100644 --- a/include/rodeo.h +++ b/include/rodeo.h @@ -35,12 +35,23 @@ void Rodeo__\ end(Rodeo__data_p state); +void +Rodeo__\ +execute_main_loop( + Rodeo__data_p state, + Rodeo__main_loop_p main_loop_function +); + bool Rodeo__\ should_quit(Rodeo__data_p state); void Rodeo__\ +set_quit(Rodeo__data_p state, bool quit); + +void +Rodeo__\ draw_debug_text(uint16_t x, uint16_t y, const char *format, ...); const char * |
