Box and Sphere Rigidbodies working

This commit is contained in:
ViktorLjung
2014-04-13 02:20:50 +02:00
parent f6090679b7
commit 84484b3703
9 changed files with 201 additions and 79 deletions
+4
View File
@@ -27,6 +27,10 @@
#include "Components/Template.h"
#include "Components/Transform.h"
#include "Components/Physics.h"
#include "Components/Sphere.h"
#include "Components/Box.h"
class GameWorld : public World
{
public: