isle-portable/LEGO1/realtime/realtimeview.h

14 lines
362 B
C
Raw Normal View History

#ifndef REALTIMEVIEW_H
#define REALTIMEVIEW_H
2023-10-24 19:38:27 -04:00
class RealtimeView {
public:
2023-10-24 19:38:27 -04:00
__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