diff options
| author | iamcheeseman <[email protected]> | 2026-05-11 13:05:17 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-11 13:05:17 -0400 |
| commit | 8a91b5adccbb24a17ff69e81d08f3e6dad4f9fda (patch) | |
| tree | c1ca776d7c45e861e033ea948cf938de772d06d2 /teensy/teensy.h | |
| parent | 2c27120a61631dffd4527db8b1349379d53ccc3b (diff) | |
rotated iamges
Diffstat (limited to 'teensy/teensy.h')
| -rw-r--r-- | teensy/teensy.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/teensy/teensy.h b/teensy/teensy.h index 0b7829c..cf0479f 100644 --- a/teensy/teensy.h +++ b/teensy/teensy.h @@ -108,6 +108,12 @@ void ty_draw_image_ex( struct ty_recti src, struct ty_recti dst ); +void ty_draw_image_rot( + struct ty_image img, + struct ty_vec2i pos, + struct ty_vec2i offset, + double rot +); void ty_draw_rect(struct ty_recti rect, struct ty_color color); void ty_draw_line( struct ty_vec2i start, |
