This commit is contained in:
ViktorLjung
2014-03-12 22:41:53 +01:00
parent f1f9fc4fc1
commit 56ccc31e57
15 changed files with 46 additions and 39468 deletions
@@ -2,6 +2,15 @@
#define LevelGenerationSystem_h__
#include "System.h"
#include "World.h"
#include "Components/Transform.h"
#include "Components/Bounds.h"
#include "Components/Collision.h"
#include "Components/Model.h"
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
namespace Systems
{
@@ -14,7 +23,7 @@ namespace Systems
void SpawnObstacle();
private:
};
}