diff --git a/includes/GameInformations.h b/includes/GameInformations.h index a636882..3c771dc 100644 --- a/includes/GameInformations.h +++ b/includes/GameInformations.h @@ -10,6 +10,9 @@ struct GameInfos { float defaultFogDensity; float fogMaxOpacity; float Health; + float Stamina; + float Mana; + float Sanity; bool consoleEnabled; };