isle/LEGO1/mxsoundmanager.h
2023-06-29 00:36:05 -07:00

18 lines
315 B
C++

#ifndef MXSOUNDMANAGER_H
#define MXSOUNDMANAGER_H
#include "mxcore.h"
// VTABLE 0x100dc128
// SIZE 0x3c
// Base vtables are: MxCore -> 0x100dc6b0 -> 0x100dc6e0 -> MxSoundManager
class MxSoundManager
{
public:
MxSoundManager();
virtual ~MxSoundManager() override; // vtable+0x0
};
#endif // MXSOUNDMANAGER_H