isle/LEGO1/legocachesound.h

22 lines
343 B
C++

#ifndef LEGOCACHESOUND_H
#define LEGOCACHESOUND_H
#include "mxcore.h"
class LegoCacheSound : public MxCore
{
public:
LegoCacheSound();
virtual ~LegoCacheSound(); // vtable+0x0
virtual void VTable0x18(); // vtable+0x18
private:
void Init();
// VTABLE 0x100d4718
// SIZE 0x88
};
#endif // LEGOCACHESOUND_H