mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-02 13:11:15 +00:00
12 lines
237 B
C++
12 lines
237 B
C++
#ifndef LEGOWORLDPRESENTER_H
|
|
#define LEGOWORLDPRESENTER_H
|
|
|
|
class LegoWorldPresenter
|
|
{
|
|
public:
|
|
__declspec(dllexport) static void configureLegoWorldPresenter(int param_1);
|
|
const char* GetClassName();
|
|
};
|
|
|
|
#endif // LEGOWORLDPRESENTER_H
|