mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
implement LegoLoadCacheSoundPresenter (#475)
* fix * fixes * Fix WaveFormat, match LegoLoadCacheSoundPresenter --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user