isle/LEGO1/mxstreamchunk.h
Cydra 068e37040a Created a bunch more classes and added more information to exisiting ones
Did not error check, this was pushed just for reference
2023-06-21 14:24:59 +02:00

12 lines
156 B
C++

#ifndef MXSTREAMCHUNK_H
#define MXSTREAMCHUNK_H
#include "mxdschunk.h"
class MxStreamChunk : public MxDSChunk
{
};
#endif // MXSTREAMCHUNK_H