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

18 lines
329 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;
float Stamina;
float Mana;
float Sanity;
bool consoleEnabled;
};