mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 03:31:15 +00:00
13 lines
243 B
C++
13 lines
243 B
C++
#ifndef MXVIDEOPRESENTER_H
|
|
#define MXVIDEOPRESENTER_H
|
|
|
|
#include "mxmediapresenter.h"
|
|
|
|
class MxVideoPresenter : public MxMediaPresenter
|
|
{
|
|
public:
|
|
virtual void EndAction(); // vtable+0x40, override MxPresenter
|
|
};
|
|
|
|
#endif // MXVIDEOPRESENTER_H
|