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