Proper rotation of child physics objects

This commit is contained in:
ViktorLjung
2014-04-28 19:51:13 +02:00
parent 55059c05fe
commit ed1df6dc60
8 changed files with 166 additions and 67 deletions
+1
View File
@@ -2,6 +2,7 @@
#define PhysicsSystem_h__
#include "System.h"
#include "Systems/TransformSystem.h"
#include "Components/Transform.h"
#include "Components/Physics.h"
#include "Components/BoxShape.h"