Added compensated FOV info

This commit is contained in:
2025-08-14 23:07:45 +02:00
parent 0b34a20ee2
commit 7cb6a135c7

View File

@@ -241,6 +241,10 @@ extern "C" __declspec(dllexport) float GetFOVIn() {
return g_FOV_In;
}
extern "C" __declspec(dllexport) float GetCompensatedFOV() {
return g_Compensated_FOV;
}
extern "C" __declspec(dllexport) float GetFOVOut() {
return g_FOV_Out;
}