Files
squidout/include/Core/CBoxShape.h
T
2015-09-10 18:12:15 +01:00

21 lines
261 B
C++

#ifndef DAYDREAM_CRECTANGLESHAPE_H
#define DAYDREAM_CRECTANGLESHAPE_H
#include "Core/Component.h"
namespace dd
{
namespace Components
{
struct RectangleShape : public Component
{
};
}
}
#endif //DAYDREAM_CRECTANGLESHAPE_H