mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00

* fix * fixes * Fix WaveFormat, match LegoLoadCacheSoundPresenter --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
22 lines
289 B
C++
22 lines
289 B
C++
#include "legocachesound.h"
|
|
|
|
DECOMP_SIZE_ASSERT(LegoCacheSound, 0x88)
|
|
|
|
// FUNCTION: LEGO1 0x100064d0
|
|
LegoCacheSound::LegoCacheSound()
|
|
{
|
|
Init();
|
|
}
|
|
|
|
// STUB: LEGO1 0x10006630
|
|
LegoCacheSound::~LegoCacheSound()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x100066d0
|
|
void LegoCacheSound::Init()
|
|
{
|
|
// TODO
|
|
}
|