#include "SoundParser.h" #include "engine/SoundManager.h" #include "../../common/Logger.h" SoundParser *SOUND_PARSER = NULL; SoundParser::SoundParser() { } SoundParser::~SoundParser() { } void SoundParser::Update() { } void SoundParser::UpdateSpu() { }