Files
ReshadePluginsCore/external/includes/GameInformations.h
2025-10-01 14:08:03 +02:00

13 lines
232 B
C

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