isle-portable/LEGO1/mxstreamcontroller.h

24 lines
334 B
C
Raw Normal View History

2023-04-27 22:19:39 -04:00
#ifndef MXSTREAMCONTROLLER_H
#define MXSTREAMCONTROLLER_H
#include "mxatomid.h"
2023-04-27 22:19:39 -04:00
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