mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 11:11:16 +00:00
12 lines
182 B
C++
12 lines
182 B
C++
#ifndef MXVIDEOPRESENTER_H
|
|
#define MXVIDEOPRESENTER_H
|
|
|
|
#include "mxmediapresenter.h"
|
|
|
|
class MxVideoPresenter : public MxMediaPresenter
|
|
{
|
|
|
|
};
|
|
|
|
#endif // MXVIDEOPRESENTER_H
|