aboutsummaryrefslogtreecommitdiff
path: root/headers/TZR_types.h
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-04-02 23:26:56 +0200
committerkdx <kikoodx@paranoici.org>2023-04-02 23:26:56 +0200
commitd0cfe92ee80536be34bfaf2ce99dedcca87088d7 (patch)
tree7427ec52c6ac0714a3794a165ceae788d655c68b /headers/TZR_types.h
parente96c359a840974adea4d3d1d3445377f159ecdf0 (diff)
downloadtzr-d0cfe92ee80536be34bfaf2ce99dedcca87088d7.tar.gz
draw image flip x and flip y
Diffstat (limited to 'headers/TZR_types.h')
-rw-r--r--headers/TZR_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/headers/TZR_types.h b/headers/TZR_types.h
index ea63f2d..044e30e 100644
--- a/headers/TZR_types.h
+++ b/headers/TZR_types.h
@@ -113,6 +113,8 @@ struct TZR_DrawImageArgs {
float sx;
float sy;
bool center;
+ bool flip_x;
+ bool flip_y;
};
struct TZR_DrawRectangleArgs {