summaryrefslogtreecommitdiffstats
path: root/src/ui/maindialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/maindialog.h')
-rw-r--r--src/ui/maindialog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/maindialog.h b/src/ui/maindialog.h
index a79b95e..afdf94f 100644
--- a/src/ui/maindialog.h
+++ b/src/ui/maindialog.h
@@ -26,6 +26,8 @@
#include <boost/filesystem.hpp>
#include <boost/algorithm/string.hpp>
+#include <vector>
+
namespace fs = boost::filesystem;
@@ -260,6 +262,8 @@ protected:
Math::Point m_partiPos[10];
SceneInfo m_sceneInfo[MAXSCENE];
+
+ std::vector<fs::path> m_saveList;
};
} // namespace Ui