isle-portable/LEGO1/legoworldpresenter.h
2023-05-05 02:54:17 -07:00

10 lines
207 B
C++

#ifndef LEGOWORLDPRESENTER_H
#define LEGOWORLDPRESENTER_H
class LegoWorldPresenter
{
public:
__declspec(dllexport) static void configureLegoWorldPresenter(int param_1);
};
#endif // LEGOWORLDPRESENTER_H