mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 19:21:15 +00:00
12 lines
188 B
C++
12 lines
188 B
C++
#ifndef MXDSPARALLELACTION_H
|
|
#define MXDSPARALLELACTION_H
|
|
|
|
#include "mxdsmultiaction.h"
|
|
|
|
class MxDSParallelAction : public MxDSMultiAction
|
|
{
|
|
|
|
};
|
|
|
|
#endif // MXDSPARALLELACTION_H
|