isle-portable/lib/legoworldpresenter.h

11 lines
207 B
C
Raw Normal View History

2023-04-27 22:19:39 -04:00
#ifndef LEGOWORLDPRESENTER_H
#define LEGOWORLDPRESENTER_H
class LegoWorldPresenter
{
public:
__declspec(dllexport) static void configureLegoWorldPresenter(int param_1);
};
#endif // LEGOWORLDPRESENTER_H