aboutsummaryrefslogtreecommitdiff
path: root/headers/TZR_types.h
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-05-11 00:40:55 +0200
committerkdx <kikoodx@paranoici.org>2023-05-11 00:42:21 +0200
commit6ab047e30169ebf8f440d87dae68e0fdf6cc239f (patch)
tree333f4947779e2a5223c7b248b3234ac514ef14f0 /headers/TZR_types.h
parenta4112e4311eb226c4f43cb697aa7f6c34bd7b9a5 (diff)
downloadtzr-6ab047e30169ebf8f440d87dae68e0fdf6cc239f.tar.gz
depreciate light system
Diffstat (limited to 'headers/TZR_types.h')
-rw-r--r--headers/TZR_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/headers/TZR_types.h b/headers/TZR_types.h
index b9ec3eb..55a0d1d 100644
--- a/headers/TZR_types.h
+++ b/headers/TZR_types.h
@@ -54,10 +54,10 @@ struct TZR_Config {
int scale;
int target_fps;
bool pixel_perfect;
+ bool hd_render;
bool show_cursor;
unsigned int mixer;
bool png_loading;
- bool light_system;
const char *title;
};