Files
squidout/include/Physics/CBoxShape.h
T
viktorljung 963e492f9c CircleShape
2015-09-10 22:24:19 +01:00

21 lines
249 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