mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 11:41:15 +00:00
18 lines
264 B
C++
18 lines
264 B
C++
#ifndef MXSMKPRESENTER_H
|
|
#define MXSMKPRESENTER_H
|
|
|
|
#include "mxvideopresenter.h"
|
|
|
|
class MxSmkPresenter : public MxVideoPresenter
|
|
{
|
|
public:
|
|
MxSmkPresenter();
|
|
|
|
private:
|
|
void __fastcall Init();
|
|
|
|
// SIZE 0x720
|
|
};
|
|
|
|
#endif // MXSMKPRESENTER_H
|