#ifndef SOUND_AUDIO_MANAGER_H #define SOUND_AUDIO_MANAGER_H #include "common.h" #include "egg/audio/eggAudioMgr.h" // Size: 0x6d0 class SndAudioMgr : public EGG::SimpleAudioMgr { public: }; #endif