aboutsummaryrefslogtreecommitdiff
path: root/headers/TZR_types.h
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-04-07 07:28:35 +0200
committerkdx <kikoodx@paranoici.org>2023-04-07 07:28:35 +0200
commitd3186f3ec74df8b1e9bd9a8d2d0a5e10dde34568 (patch)
tree0dc167a0fac87c8825aac5dc32be10c8c869fe50 /headers/TZR_types.h
parentd0cfe92ee80536be34bfaf2ce99dedcca87088d7 (diff)
downloadtzr-d3186f3ec74df8b1e9bd9a8d2d0a5e10dde34568.tar.gz
optional png support
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 044e30e..f3535e8 100644
--- a/headers/TZR_types.h
+++ b/headers/TZR_types.h
@@ -48,6 +48,7 @@ struct TZR_Config {
bool pixel_perfect;
bool show_cursor;
bool mixer;
+ bool png_loading;
const char *title;
};