mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 11:11:16 +00:00
14 lines
212 B
C++
14 lines
212 B
C++
#ifndef MXSTILLPRESENTER_H
|
|
#define MXSTILLPRESENTER_H
|
|
|
|
#include "mxvideopresenter.h"
|
|
|
|
// VTABLE 0x100d7a38
|
|
// SIZE 0x6c
|
|
class MxStillPresenter : public MxVideoPresenter
|
|
{
|
|
public:
|
|
};
|
|
|
|
#endif // MXSTILLPRESENTER_H
|