mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement most of MxDSAction (#103)
* Implement most of MxDSAction * Update mxdsaction.h * Update mxdsobject.cpp
This commit is contained in:

committed by
GitHub

parent
d41b7f2ca4
commit
bd9dca0d3f
@@ -60,6 +60,8 @@ public:
|
||||
virtual void SetVector(MxVector2 *other);
|
||||
virtual void SetVector(float *other);
|
||||
|
||||
inline float& operator[](size_t idx) { return m_data[idx]; }
|
||||
inline const float operator[](size_t idx) const { return m_data[idx]; }
|
||||
protected:
|
||||
float *m_data;
|
||||
};
|
||||
|
Reference in New Issue
Block a user