mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
initial commit
This commit is contained in:
10
lib/legomodelpresenter.h
Normal file
10
lib/legomodelpresenter.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef LEGOMODELPRESENTER_H
|
||||
#define LEGOMODELPRESENTER_H
|
||||
|
||||
class LegoModelPresenter
|
||||
{
|
||||
public:
|
||||
__declspec(dllexport) static void configureLegoModelPresenter(int param_1);
|
||||
};
|
||||
|
||||
#endif // LEGOMODELPRESENTER_H
|
Reference in New Issue
Block a user