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; };