isle/LEGO1/mxloopingflxpresenter.h
2023-06-20 22:11:14 +02:00

16 lines
263 B
C++

#ifndef MXLOOPINGFLXPRESENTER_H
#define MXLOOPINGFLXPRESENTER_H
#include "mxflcpresenter.h"
class MxLoopingFlcPresenter : public MxFlcPresenter
{
public:
MxLoopingFlcPresenter();
private:
void Init();
};
#endif // MXLOOPINGFLXPRESENTER_H