mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 11:11:16 +00:00
13 lines
154 B
C++
13 lines
154 B
C++
#ifndef MXDSCHUNK_H
|
|
#define MXDSCHUNK_H
|
|
|
|
#include "mxcore.h"
|
|
|
|
class MxDSChunk : public MxCore
|
|
{
|
|
public:
|
|
virtual ~MxDSChunk();
|
|
};
|
|
|
|
#endif // MXDSCHUNK_H
|