mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement/match LegoOmni::FindROI and related (#570)
* Implement/match LegoOmni::FindROI and related * Add missing file
This commit is contained in:

committed by
GitHub

parent
5b06054375
commit
c67f613b8d
@@ -40,7 +40,7 @@ public:
|
||||
void FUN_100a46b0(Matrix4& p_transform);
|
||||
void FUN_100a58f0(Matrix4& p_transform);
|
||||
|
||||
inline const char* GetUnknown0xe4() { return m_unk0xe4; }
|
||||
inline const char* GetName() { return m_name; }
|
||||
inline LegoEntity* GetUnknown0x104() { return m_unk0x104; }
|
||||
|
||||
inline void SetUnknown0x104(LegoEntity* p_unk0x104) { m_unk0x104 = p_unk0x104; }
|
||||
@@ -50,7 +50,7 @@ public:
|
||||
|
||||
private:
|
||||
undefined4 m_unk0xe0; // 0xe0
|
||||
const char* m_unk0xe4; // 0xe4
|
||||
const char* m_name; // 0xe4
|
||||
undefined m_unk0xe8[0x1c]; // 0xe8
|
||||
LegoEntity* m_unk0x104; // 0x104
|
||||
int m_time; // 0x108
|
||||
|
Reference in New Issue
Block a user