SoundSystem påbörjat

This commit is contained in:
Adam
2014-03-09 18:08:56 +01:00
parent c952953787
commit e4c443042b
4 changed files with 73 additions and 11 deletions
@@ -10,7 +10,6 @@ namespace Components
struct SoundEmitter : Component
{
std::string SoundFile;
float Volume;
float MaxRange;
};