From fde96d14190b973d799f8b82b08acaa745e24dc8 Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 16 Oct 2025 14:03:33 +0200 Subject: [PATCH] feat: rotate component --- include/components/rotate.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/components/rotate.h diff --git a/include/components/rotate.h b/include/components/rotate.h new file mode 100644 index 0000000..ca5f5f4 --- /dev/null +++ b/include/components/rotate.h @@ -0,0 +1,6 @@ +#ifndef COMPONENT_ROTATE_H_ +#define COMPONENT_ROTATE_H_ + +struct rotate {}; + +#endif // COMPONENT_ROTATE_H_ \ No newline at end of file