isle/LEGO1/mxmediapresenter.h
2023-06-23 17:18:53 -07:00

11 lines
151 B
C++

#ifndef MXMEDIAPRESENTER_H
#define MXMEDIAPRESENTER_H
class MxMediaPresenter
{
public:
const char* GetClassName();
};
#endif // MXMEDIAPRESENTER_H