From a1dad06a49c3a9ed1c8b648e60ca80527ac1d6f2 Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Sun, 1 Feb 2026 21:51:08 +0100 Subject: [PATCH] Add health to struct --- includes/GameInformations.h | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/GameInformations.h b/includes/GameInformations.h index c0767f8..a636882 100644 --- a/includes/GameInformations.h +++ b/includes/GameInformations.h @@ -9,6 +9,7 @@ struct GameInfos { float cameraOut; float defaultFogDensity; float fogMaxOpacity; + float Health; bool consoleEnabled; };