mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
reorganized repo, implemented mxcore
This commit is contained in:
21
LEGO1/mxstreamcontroller.h
Normal file
21
LEGO1/mxstreamcontroller.h
Normal file
@@ -0,0 +1,21 @@
|
||||
#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
|
Reference in New Issue
Block a user