mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 15:37:55 -05:00
21 lines
311 B
C++
21 lines
311 B
C++
#ifndef MXSTREAMCONTROLLER_H
|
|
#define MXSTREAMCONTROLLER_H
|
|
|
|
class MxStreamController
|
|
{
|
|
public:
|
|
int m_unk00;
|
|
int m_unk04;
|
|
int m_unk08;
|
|
int m_unk0c;
|
|
int m_unk10;
|
|
int m_unk14;
|
|
int m_unk18;
|
|
int m_unk1c;
|
|
int m_unk20;
|
|
MxAtomId atom;
|
|
int m_unk28;
|
|
int m_unk2c;
|
|
};
|
|
|
|
#endif // MXSTREAMCONTROLLER_H
|