mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 11:11:16 +00:00
13 lines
190 B
C++
13 lines
190 B
C++
#ifndef MXFLCPRESENTER_H
|
|
#define MXFLCPRESENTER_H
|
|
|
|
#include "mxvideopresenter.h"
|
|
|
|
class MxFlcPresenter : public MxVideoPresenter
|
|
{
|
|
public:
|
|
MxFlcPresenter();
|
|
};
|
|
|
|
#endif // MXFLCPRESENTER_H
|