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

11 lines
143 B
C++

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