Garage working, ready for vehicle swap implementation

This commit is contained in:
ViktorLjung
2014-06-01 03:07:47 +02:00
parent a142d368a7
commit d64be64ba4
18 changed files with 711 additions and 276 deletions
+4
View File
@@ -22,6 +22,7 @@
#include "Systems/DamageSystem.h"
#include "Systems/WheelPairSystem.h"
#include "Systems/FollowSystem.h"
#include "Systems/GarageSystem.h"
#include "Components/Camera.h"
#include "Components/DirectionalLight.h"
@@ -51,6 +52,9 @@
#include "Components/Flag.h"
#include "Components/WheelPair.h"
#include "Components/Follow.h"
#include "Components/TriggerRotate.h"
#include "Components/Move.h"
#include "Components/Rotate.h"
class GameWorld : public World
{