From e1de24d4549d1a52026fd10e94387af96f7f079c Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Wed, 1 Oct 2025 14:05:52 +0200 Subject: [PATCH] Add informations --- includes/GameInformations.h | 2 ++ 1 file changed, 2 insertions(+) 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; };