mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-14 20:21:16 +00:00
12 lines
166 B
C++
12 lines
166 B
C++
#ifndef MXDSMULTIACTION_H
|
|
#define MXDSMULTIACTION_H
|
|
|
|
#include "mxdsaction.h"
|
|
|
|
class MxDSMultiAction : public MxDSAction
|
|
{
|
|
|
|
};
|
|
|
|
#endif // MXDSMULTIACTION_H
|