diff --git a/includes/GameInformations.h b/includes/GameInformations.h index 0188d03..d81a5cc 100644 --- a/includes/GameInformations.h +++ b/includes/GameInformations.h @@ -6,6 +6,8 @@ struct GameInfos { float FOVOut; float cameraIn; float cameraOut; + float defaultFogDensity; + float fogMaxOpacity; bool consoleEnabled; };