Physics!!!!!1111oneoneonetwo

This commit is contained in:
ViktorLjung
2014-04-06 03:39:50 +02:00
parent d6fc82c91e
commit 1d0747076f
12 changed files with 373 additions and 18 deletions
+5
View File
@@ -13,6 +13,7 @@
#include "Systems/FreeSteeringSystem.h"
#include "Systems/RenderSystem.h"
//#include "Systems/SoundSystem.h"
#include "Systems/PhysicsSystem.h"
#include "Components/Bounds.h"
#include "Components/Camera.h"
@@ -29,6 +30,10 @@
#include "Components/Template.h"
#include "Components/Transform.h"
#include "Components\BoxShape.h"
#include "Components\SphereShape.h"
#include "Components\Physics.h"
class GameWorld : public World
{
public: