Files
ReshadePluginsCore/external/includes/GameInformations.h
2025-10-11 22:12:21 +02:00

14 lines
258 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;
bool consoleEnabled;
};