CircleShape

This commit is contained in:
viktorljung
2015-09-10 22:24:19 +01:00
parent 4853c67520
commit 963e492f9c
8 changed files with 101 additions and 31 deletions
+20
View File
@@ -0,0 +1,20 @@
#ifndef DAYDREAM_CRECTANGLESHAPE_H
#define DAYDREAM_CRECTANGLESHAPE_H
#include "Core/Component.h"
namespace dd
{
namespace Components
{
struct RectangleShape : public Component
{
};
}
}
#endif //DAYDREAM_CRECTANGLESHAPE_H