Files
isle/LEGO1/lego/legoomni/src/audio/legocachesound.cpp
Misha 8e1197d14c implement LegoLoadCacheSoundPresenter (#475)
* fix

* fixes

* Fix WaveFormat, match LegoLoadCacheSoundPresenter

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
2024-01-21 16:30:19 +01:00

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
}