Files
coding-game/engine/include/engine/components/rotate.h

10 lines
163 B
C++

#ifndef COMPONENT_ROTATE_H_
#define COMPONENT_ROTATE_H_
#include "engine/export.h"
namespace Core {
struct ENGINE_API rotate {};
}
#endif // COMPONENT_ROTATE_H_