summaryrefslogtreecommitdiff
path: root/src/rotrect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rotrect.h')
-rw-r--r--src/rotrect.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rotrect.h b/src/rotrect.h
new file mode 100644
index 0000000..db0f426
--- /dev/null
+++ b/src/rotrect.h
@@ -0,0 +1,3 @@
+#pragma once
+
+void rotrect(double x, double y, double width, double height, double angle);