aboutsummaryrefslogtreecommitdiff
path: root/headers
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-06-20 18:33:30 +0200
committerkdx <kikoodx@paranoici.org>2023-06-20 18:33:30 +0200
commitff3054583d50e23f97e61b8808d801507c5e8ceb (patch)
treefff819bb959ccf9564fcc5a1f0f96f832fe06fc4 /headers
parent4c7fc6f8cb57f292927926bd9e3ea01b5bc84190 (diff)
downloadtzr-ff3054583d50e23f97e61b8808d801507c5e8ceb.tar.gz
ToggleFullscreen
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 8a0330b..a202242 100644
--- a/headers/TZR.h
+++ b/headers/TZR.h
@@ -40,3 +40,5 @@ int TZR_ShouldQuit(void);
int TZR_MainLoop(int (*main_loop)(void *udata), void *udata);
unsigned long TZR_GetTick(void);
+
+void TZR_ToggleFullscreen(void);