mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 11:11:16 +00:00
16 lines
248 B
C++
16 lines
248 B
C++
#ifndef MXLOOPINGFLXPRESENTER_H
|
|
#define MXLOOPINGFLXPRESENTER_H
|
|
|
|
#include "mxflcpresenter.h"
|
|
|
|
class MxLoopingFlcPresenter : public MxFlcPresenter
|
|
{
|
|
public:
|
|
MxLoopingFlcPresenter();
|
|
|
|
private:
|
|
void Init();
|
|
};
|
|
|
|
#endif // MXLOOPINGFLXPRESENTER_H
|