mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 23:48:12 -05:00
9 lines
164 B
C++
9 lines
164 B
C++
#ifndef MXSTREAMCHUNK_H
|
|
#define MXSTREAMCHUNK_H
|
|
|
|
#include "mxdschunk.h"
|
|
|
|
// VTABLE 0x100dc2a8
|
|
class MxStreamChunk : public MxDSChunk {};
|
|
|
|
#endif // MXSTREAMCHUNK_H
|