From 7eb1b22b9de64e5490a5e471b31bfaea474b953a Mon Sep 17 00:00:00 2001 From: Pcornat Date: Tue, 11 Jan 2022 22:41:16 +0100 Subject: [PATCH] Question --- include/gui/gui_data.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/gui/gui_data.hpp b/include/gui/gui_data.hpp index 5e72780..a509d37 100644 --- a/include/gui/gui_data.hpp +++ b/include/gui/gui_data.hpp @@ -16,6 +16,7 @@ namespace gui { character::CharacterSheet billy; + // Is it the right place here for both ? Not sure. fs::path save_path{ "./" }; std::string filename{ "character_sheet.json" };