Add MxDSSound (#111)

This commit is contained in:
Christian Semmler
2023-08-16 13:15:59 -04:00
committed by GitHub
parent bb0d5be921
commit 51ac526f8a
3 changed files with 61 additions and 5 deletions

View File

@@ -42,6 +42,7 @@ public:
protected:
inline void SetType(MxDSType p_type) { this->m_type = p_type; }
inline MxDSType GetType() { return (MxDSType) this->m_type; }
private:
MxU32 m_sizeOnDisk;