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

11 lines
151 B
C++

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