mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-27 10:24:18 +00:00
Implement/match LegoOmni::Create (#556)
* Implement/match LegoOmni::Create * Fix var * Rename * Fix style
This commit is contained in:
committed by
GitHub
parent
c69cd4d818
commit
a29c0aca3f
@@ -33,12 +33,18 @@ struct LegoSaveDataEntry3 {
|
||||
MxU8 m_savePart10; // 0x104
|
||||
};
|
||||
|
||||
// SIZE 0x08
|
||||
class LegoUnkSaveDataWriter {
|
||||
public:
|
||||
LegoUnkSaveDataWriter();
|
||||
|
||||
MxResult WriteSaveData3(LegoStorage* p_stream);
|
||||
AutoROI* FUN_10083500(undefined4, undefined4);
|
||||
void FUN_100832a0();
|
||||
void FUN_10083db0(LegoROI* p_roi);
|
||||
|
||||
private:
|
||||
undefined m_unk0x00[0x08]; // 0x00
|
||||
};
|
||||
|
||||
#endif // LEGOUNKSAVEDATAWRITER_H
|
||||
|
||||
Reference in New Issue
Block a user