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

6 lines
144 B
C++

#include "mxcontrolpresenter.h"
// OFFSET: LEGO1 0x10044000
const char* MxControlPresenter::GetClassName() {
return "MxControlPresenter";
}