mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 19:51:16 +00:00
22 lines
343 B
C++
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
|