diff --git a/external/includes/GameInformations.h b/external/includes/GameInformations.h index 8b34797..bc7c988 100644 --- a/external/includes/GameInformations.h +++ b/external/includes/GameInformations.h @@ -6,5 +6,7 @@ struct GameInfos { float FOVOut; float cameraIn; float cameraOut; + float defaultFogDensity; + float fogMaxOpacity; bool consoleEnabled; };