| 12345678910111213141516171819202122232425262728293031323334 |
- #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()
- {
- }
|