Files
isle/LEGO1/legocachesound.cpp
2023-11-30 09:25:32 -05:00

20 lines
247 B
C++

#include "legocachesound.h"
// FUNCTION: LEGO1 0x100064d0
LegoCacheSound::LegoCacheSound()
{
Init();
}
// STUB: LEGO1 0x10006630
LegoCacheSound::~LegoCacheSound()
{
// TODO
}
// STUB: LEGO1 0x100066d0
void LegoCacheSound::Init()
{
// TODO
}