mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 19:51:16 +00:00
13 lines
264 B
C++
13 lines
264 B
C++
#ifndef LEGOMODELPRESENTER_H
|
|
#define LEGOMODELPRESENTER_H
|
|
|
|
#include "mxvideopresenter.h"
|
|
|
|
class LegoModelPresenter : public MxVideoPresenter
|
|
{
|
|
public:
|
|
__declspec(dllexport) static void configureLegoModelPresenter(int param_1);
|
|
};
|
|
|
|
#endif // LEGOMODELPRESENTER_H
|