mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-30 11:41:16 +00:00
Move function
This commit is contained in:
parent
d3aa166541
commit
fa664b0a67
@ -8,6 +8,12 @@ DECOMP_SIZE_ASSERT(LegoSaveDataEntry3, 0x108);
|
|||||||
// GLOBAL: LEGO1 0x10104f20
|
// GLOBAL: LEGO1 0x10104f20
|
||||||
LegoSaveDataEntry3 g_saveData3[66];
|
LegoSaveDataEntry3 g_saveData3[66];
|
||||||
|
|
||||||
|
// STUB: LEGO1 0x100832a0
|
||||||
|
void LegoUnkSaveDataWriter::FUN_100832a0()
|
||||||
|
{
|
||||||
|
// TODO
|
||||||
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x10083310
|
// FUNCTION: LEGO1 0x10083310
|
||||||
MxResult LegoUnkSaveDataWriter::WriteSaveData3(LegoStorage* p_stream)
|
MxResult LegoUnkSaveDataWriter::WriteSaveData3(LegoStorage* p_stream)
|
||||||
{
|
{
|
||||||
@ -65,12 +71,6 @@ AutoROI* LegoUnkSaveDataWriter::FUN_10083500(undefined4, undefined4)
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
// STUB: LEGO1 0x100832a0
|
|
||||||
void LegoUnkSaveDataWriter::FUN_100832a0()
|
|
||||||
{
|
|
||||||
// TODO
|
|
||||||
}
|
|
||||||
|
|
||||||
// STUB: LEGO1 0x10083db0
|
// STUB: LEGO1 0x10083db0
|
||||||
void LegoUnkSaveDataWriter::FUN_10083db0(LegoROI* p_roi)
|
void LegoUnkSaveDataWriter::FUN_10083db0(LegoROI* p_roi)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user