aboutsummaryrefslogtreecommitdiff
path: root/teensy/teensy.h
diff options
context:
space:
mode:
Diffstat (limited to 'teensy/teensy.h')
-rw-r--r--teensy/teensy.h6
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,