mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-29 19:21:15 +00:00
* Reorganize sources * Refactor * Remove relative paths * Renames * Fix gitignore * Remove stuff * Try fixing format script * Fix format * Fix format * Fix naming script * Test format * Fix format
20 lines
247 B
C++
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
|
|
}
|