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

11 lines
151 B
C++

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