aboutsummaryrefslogtreecommitdiff
path: root/headers/TZR_types.h
diff options
context:
space:
mode:
authorkdx <kdx@42l.fr>2023-02-22 21:02:57 +0100
committerkdx <kdx@42l.fr>2023-02-22 21:02:57 +0100
commit6390580e98425fd776d1a9831aada3ac07959eca (patch)
tree8820269e005513746850a633778af4c8b2b14d32 /headers/TZR_types.h
parentf3427276e9c22f223be4ab113cc5af55b84bd5a8 (diff)
downloadtzr-6390580e98425fd776d1a9831aada3ac07959eca.tar.gz
fix Init macro
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 2774999..2377614 100644
--- a/headers/TZR_types.h
+++ b/headers/TZR_types.h
@@ -36,6 +36,7 @@ typedef struct TZR_DrawImageArgs TZR_DrawImageArgs;
typedef enum TZR_KeyState TZR_KeyState;
struct TZR_Config {
+ int _;
int width;
int height;
int target_fps;