aboutsummaryrefslogtreecommitdiff
path: root/headers
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-04-26 13:47:46 +0200
committerkdx <kikoodx@paranoici.org>2023-04-26 14:13:29 +0200
commit0ebbc7b57e9fa1df3115c7962e6501e2f187e935 (patch)
treea46a17aa5fe035b1207d4106730720f7fbcdf771 /headers
parentf15b689ebc0b351529428e2ba561220ee9d31487 (diff)
downloadtzr-0ebbc7b57e9fa1df3115c7962e6501e2f187e935.tar.gz
rework for web build
Diffstat (limited to 'headers')
-rw-r--r--headers/TZR.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/headers/TZR.h b/headers/TZR.h
index 0c87f7a..688ba9f 100644
--- a/headers/TZR.h
+++ b/headers/TZR.h
@@ -36,4 +36,6 @@ void TZR_Quit(void);
/* Return non-zero value when a quit event has been received. */
int TZR_ShouldQuit(void);
+int TZR_MainLoop(int (*main_loop)(void *udata), void *udata);
+
unsigned long TZR_GetTick(void);