implement LegoLoadCacheSoundPresenter (#475)

* fix

* fixes

* Fix WaveFormat, match LegoLoadCacheSoundPresenter

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Misha
2024-01-21 10:30:19 -05:00
committed by GitHub
parent 3f35302e76
commit 8e1197d14c
6 changed files with 52 additions and 24 deletions

View File

@@ -1,6 +1,7 @@
#ifndef LEGOCACHESOUND_H
#define LEGOCACHESOUND_H
#include "decomp.h"
#include "mxcore.h"
// VTABLE: LEGO1 0x100d4718
@@ -28,6 +29,8 @@ public:
private:
void Init();
undefined m_padding0x08[0x80]; // 0x08
};
#endif // LEGOCACHESOUND_H