isle-portable/lib/legoworldpresenter.h
2023-04-27 19:19:39 -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