diff options
Diffstat (limited to 'src/crepe/Transform.cpp')
-rw-r--r-- | src/crepe/Transform.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/crepe/Transform.cpp b/src/crepe/Transform.cpp deleted file mode 100644 index 2c39523..0000000 --- a/src/crepe/Transform.cpp +++ /dev/null @@ -1,6 +0,0 @@ -#include "Transform.h" - -using namespace crepe; - -Transform::Transform(uint32_t gameObjectId,Position position, int rotation, int scale) - : Component(gameObjectId), postion(postion), rotation(rotation), scale(scale) {} |