mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 11:11:16 +00:00
12 lines
145 B
C++
12 lines
145 B
C++
#ifndef MXSTREAMCHUNK_H
|
|
#define MXSTREAMCHUNK_H
|
|
|
|
#include "mxdschunk.h"
|
|
|
|
class MxStreamChunk : public MxDSChunk
|
|
{
|
|
|
|
};
|
|
|
|
#endif // MXSTREAMCHUNK_H
|