mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 11:41:15 +00:00
15 lines
295 B
C++
15 lines
295 B
C++
#ifndef LEGOLOADCACHESOUNDPRESENTER_H
|
|
#define LEGOLOADCACHESOUNDPRESENTER_H
|
|
|
|
class LegoLoadCacheSoundPresenter : public MxWavePresenter
|
|
{
|
|
// OFFSET LEGO1 0x10018340
|
|
LegoLoadCacheSoundPresenter();
|
|
|
|
// OFFSET LEGO1 0x100184e0
|
|
Init()
|
|
|
|
// Size 0x90
|
|
};
|
|
|
|
#endif // LEGOLOADCACHESOUNDPRESENTER_H
|