summaryrefslogtreecommitdiffhomepage
path: root/include/rodeo.h
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-03-04 19:52:09 -0500
committerrealtradam <[email protected]>2023-03-04 19:52:09 -0500
commit4bd628fc4a9a8244c70fc241f9e6576e4af2d35e (patch)
treec008f3cde4a5197084d55115cdf272b2796a8527 /include/rodeo.h
parentb172c2a6b22796dc16c059979d2ec6108b0402e4 (diff)
downloadRodeoKit-4bd628fc4a9a8244c70fc241f9e6576e4af2d35e.tar.gz
RodeoKit-4bd628fc4a9a8244c70fc241f9e6576e4af2d35e.zip
fix build system and add emscripten
Diffstat (limited to 'include/rodeo.h')
-rw-r--r--include/rodeo.h11
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 *