mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 19:51:16 +00:00
11 lines
180 B
C++
11 lines
180 B
C++
#ifndef MXAUDIOPRESENTER_H
|
|
#define MXAUDIOPRESENTER_H
|
|
|
|
#include "mxmediapresenter.h"
|
|
|
|
class MxAudioPresenter : public MxMediaPresenter
|
|
{
|
|
};
|
|
|
|
#endif // MXAUDIOPRESENTER_H
|