Mostly match MxDSBuffer::AllocateBuffer

This commit is contained in:
Christian Semmler
2023-12-24 18:09:01 -05:00
parent afd24fbe18
commit f3c1fc75e2
2 changed files with 31 additions and 34 deletions

View File

@@ -22,7 +22,7 @@ public:
void SetBuffer(undefined* p_buf) { m_buffer = p_buf; }
inline undefined* GetBuffer() const { return m_buffer; }
inline undefined4 GetUnk08() const { return m_unk0x08; }
inline undefined* GetUnk08Ref() const { return (undefined*) &m_unk0x08; }
private:
undefined* m_buffer;