isle-portable/LEGO1/realtime/realtimeview.h

14 lines
274 B
C
Raw Normal View History

#ifndef REALTIMEVIEW_H
#define REALTIMEVIEW_H
2023-10-24 19:38:27 -04:00
class RealtimeView {
public:
static float GetPartsThreshold();
static float GetUserMaxLOD();
static void SetPartsThreshold(float);
2023-10-24 19:38:27 -04:00
static void UpdateMaxLOD();
static void SetUserMaxLOD(float);
};
#endif // REALTIMEVIEW_H