1
0
Fork 0
mirror of https://github.com/isledecomp/isle.git synced 2025-03-09 06:27:52 -04:00
isle/LEGO1/realtime/realtimeview.h
2023-10-25 01:38:27 +02:00

13 lines
362 B
C++

#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);
static void UpdateMaxLOD();
__declspec(dllexport) static void SetUserMaxLOD(float);
};
#endif // REALTIMEVIEW_H