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