mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
STL lists for stream classes (#307)
This commit is contained in:
@@ -28,6 +28,9 @@ public:
|
||||
return !strcmp(name, MxNextActionDataStart::ClassName()) || MxCore::IsA(name);
|
||||
}
|
||||
|
||||
inline MxU32 GetObjectId() const { return m_objectId; }
|
||||
inline MxS16 GetUnknown24() const { return m_unk24val; }
|
||||
|
||||
private:
|
||||
MxU32 m_objectId;
|
||||
MxS16 m_unk24val;
|
||||
|
Reference in New Issue
Block a user