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

11 lines
159 B
C++

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