mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement MxDSStreamingAction (#108)
* Implement MxDSStreamingAction * Add remaining functions * Use inline assignment operators
This commit is contained in:

committed by
GitHub

parent
51ac526f8a
commit
4a2226181c
@@ -46,8 +46,12 @@ private:
|
||||
MxU32 m_sizeOnDisk;
|
||||
DWORD m_flags;
|
||||
DWORD m_startTime;
|
||||
|
||||
protected:
|
||||
MxLong m_duration;
|
||||
MxS32 m_loopCount;
|
||||
|
||||
private:
|
||||
MxVector3Data m_location;
|
||||
MxVector3Data m_direction;
|
||||
MxVector3Data m_up;
|
||||
|
Reference in New Issue
Block a user