mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 23:57:54 -05: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
|