mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
import all functions from lego1 exports
This declares a bunch of classes and functions for us, as well as fixes some declarations that were slightly incorrect (e.g. missing "virtual", etc)
This commit is contained in:
13
LEGO1/realtimeview.h
Executable file
13
LEGO1/realtimeview.h
Executable file
@@ -0,0 +1,13 @@
|
||||
#ifndef REALTIMEVIEW_H
|
||||
#define REALTIMEVIEW_H
|
||||
|
||||
class RealtimeView
|
||||
{
|
||||
public:
|
||||
__declspec(dllexport) static float GetPartsThreshold();
|
||||
__declspec(dllexport) static float GetUserMaxLOD();
|
||||
__declspec(dllexport) static void SetPartsThreshold(float);
|
||||
__declspec(dllexport) static void SetUserMaxLOD(float);
|
||||
};
|
||||
|
||||
#endif // REALTIMEVIEW_H
|
Reference in New Issue
Block a user