Files
ReshadePluginsCore/external/includes/GameInformations.h
2026-02-01 20:38:38 +01:00

15 lines
276 B
C

#pragma once
// Shared structure values with Core dll
struct GameInfos {
float FOVIn;
float CompensatedFOV;
float FOVOut;
float cameraIn;
float cameraOut;
float defaultFogDensity;
float fogMaxOpacity;
float Health;
bool consoleEnabled;
};