mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00

* define MxLong/MxULong The "long" type has different sizes on different platforms, and this may cause issues. * use DWORD to match RegQueryValueExA arg
21 lines
295 B
C++
21 lines
295 B
C++
#include "legosoundmanager.h"
|
|
|
|
// OFFSET: LEGO1 0x100298a0 STUB
|
|
LegoSoundManager::LegoSoundManager()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x10029940 STUB
|
|
LegoSoundManager::~LegoSoundManager()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x1002a3a0 STUB
|
|
MxLong LegoSoundManager::Tickle()
|
|
{
|
|
// TODO
|
|
return 0;
|
|
}
|