1
0
Fork 0
mirror of https://github.com/isledecomp/isle.git synced 2025-05-14 14:51:12 -04:00
isle/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