mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 19:51:16 +00:00
12 lines
180 B
C++
12 lines
180 B
C++
#ifndef MXDSSERIALACTION_H
|
|
#define MXDSSERIALACTION_H
|
|
|
|
#include "mxdsmultiaction.h"
|
|
|
|
class MxDSSerialAction : public MxDSMultiAction
|
|
{
|
|
|
|
};
|
|
|
|
#endif // MXDSSERIALACTION_H
|