mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 19:21:15 +00:00
11 lines
170 B
C++
11 lines
170 B
C++
#ifndef MXMEDIAPRESENTER_H
|
|
#define MXMEDIAPRESENTER_H
|
|
|
|
#include "mxpresenter.h"
|
|
|
|
class MxMediaPresenter : public MxPresenter
|
|
{
|
|
};
|
|
|
|
#endif // MXMEDIAPRESENTER_H
|