Files
coding-game/include/components/rotate.h
2025-10-16 14:03:33 +02:00

6 lines
105 B
C

#ifndef COMPONENT_ROTATE_H_
#define COMPONENT_ROTATE_H_
struct rotate {};
#endif // COMPONENT_ROTATE_H_