#include "MuteMusicCommand.h" #include "ISoundSystem.h" void dae::MuteMusicCommand::Execute() { m_pSoundSystem.StopMusic(); }