Working rotations and positions

This commit is contained in:
viktorljung
2015-09-10 18:12:15 +01:00
parent 7132412f80
commit 0983d76444
4 changed files with 66 additions and 19 deletions
+5 -6
View File
@@ -1,5 +1,5 @@
#ifndef DAYDREAM_CBOXSHAPE_H
#define DAYDREAM_CBOXSHAPE_H
#ifndef DAYDREAM_CRECTANGLESHAPE_H
#define DAYDREAM_CRECTANGLESHAPE_H
#include "Core/Component.h"
@@ -8,14 +8,13 @@ namespace dd
namespace Components
{
struct BoxShape: public Component
struct RectangleShape : public Component
{
float x;
float y;
};
}
}
#endif //DAYDREAM_CBOXSHAPE_H
#endif //DAYDREAM_CRECTANGLESHAPE_H