aboutsummaryrefslogtreecommitdiff
path: root/headers/TZR_types.h
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-04-07 19:31:37 +0200
committerkdx <kikoodx@paranoici.org>2023-04-07 19:31:37 +0200
commit7e49aa72e1fe448cd125b605f25f4b61911ae2bd (patch)
tree54ffef7fc877a5dc2f1818d426032f357f20f584 /headers/TZR_types.h
parentd3186f3ec74df8b1e9bd9a8d2d0a5e10dde34568 (diff)
downloadtzr-7e49aa72e1fe448cd125b605f25f4b61911ae2bd.tar.gz
light render buffer
Diffstat (limited to 'headers/TZR_types.h')
-rw-r--r--headers/TZR_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/headers/TZR_types.h b/headers/TZR_types.h
index f3535e8..81be046 100644
--- a/headers/TZR_types.h
+++ b/headers/TZR_types.h
@@ -49,6 +49,7 @@ struct TZR_Config {
bool show_cursor;
bool mixer;
bool png_loading;
+ bool light_system;
const char *title;
};