Fancy sounds

This commit is contained in:
2014-03-13 16:28:39 +01:00
parent b34d2d3dd0
commit a711ea7db8
7 changed files with 53 additions and 23 deletions
@@ -2,12 +2,14 @@
#define LevelGenerationSystem_h__
#include "System.h"
#include "Systems/SoundSystem.h"
#include "World.h"
#include "Components/Transform.h"
#include "Components/Bounds.h"
#include "Components/Collision.h"
#include "Components/Model.h"
#include "Components/PointLight.h"
#include "Components/SoundEmitter.h"
namespace Systems