mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 03:01:17 +00:00
12 lines
175 B
C++
12 lines
175 B
C++
#ifndef MXDSSELECTACTION_H
|
|
#define MXDSSELECTACTION_H
|
|
|
|
#include "mxdsparallelaction.h"
|
|
|
|
class MxDSSelectAction : public MxDSParallelAction
|
|
{
|
|
|
|
};
|
|
|
|
#endif // MXDSSELECTACTION_H
|