Merge branch 'master' of github.com:sippeangelo/Escape-the-Dawn

Conflicts:
	Escape-the-Dawn/GameWorld.cpp
	Escape-the-Dawn/GameWorld.h
This commit is contained in:
Adam
2014-03-13 01:45:27 +01:00
15 changed files with 365 additions and 190 deletions
@@ -15,6 +15,7 @@ struct SoundEmitter : Component
float ReferenceDistance;
float Pitch;
bool Loop;
std::string Path;
};
}