WIP pull request fixes
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user