mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 03:31:15 +00:00
12 lines
134 B
C++
12 lines
134 B
C++
#ifndef MXDSCHUNK_H
|
|
#define MXDSCHUNK_H
|
|
|
|
#include "mxcore.h"
|
|
|
|
class MxDSChunk : public MxCore
|
|
{
|
|
|
|
};
|
|
|
|
#endif // MXDSCHUNK_H
|