WIP pull request fixes

This commit is contained in:
stiffly
2016-03-12 14:26:09 +01:00
parent 28d576bfc0
commit 9942747d41
4 changed files with 15 additions and 51 deletions
@@ -1,23 +0,0 @@
#include "../Game/Systems/BackgroundMusicSystem.h"
BackgroundMusicSystem::BackgroundMusicSystem(SystemParams params)
: System(params)
, PureSystem("SoundEmitter")
{
}
BackgroundMusicSystem::~BackgroundMusicSystem()
{
}
void BackgroundMusicSystem::UpdateComponent(EntityWrapper& entity, ComponentWrapper& cEmitter, double dt)
{
}
void BackgroundMusicSystem::mainMenuLoop()
{
}