Files
ReshadePluginsCore/external/includes/GameInformations.h

15 lines
276 B
C
Raw Normal View History

2025-09-29 11:59:24 +02:00
#pragma once
// Shared structure values with Core dll
struct GameInfos {
float FOVIn;
2025-10-11 22:12:21 +02:00
float CompensatedFOV;
2025-09-29 11:59:24 +02:00
float FOVOut;
float cameraIn;
float cameraOut;
2025-10-01 14:08:03 +02:00
float defaultFogDensity;
float fogMaxOpacity;
2026-02-01 20:38:38 +01:00
float Health;
2025-09-29 11:59:24 +02:00
bool consoleEnabled;
};