summaryrefslogtreecommitdiffstats
path: root/src/ui/maindialog.h
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2014-09-07 22:07:48 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2014-09-21 12:29:06 +0200
commit2b86e6e9d9be5cecc17eb509ee6fb1e2e73b184d (patch)
tree55759be533dfebeff00d89c88019fae34b75f12f /src/ui/maindialog.h
parent6a1ceba8c0914691ebc873fd666e7cde1cffdb64 (diff)
downloadcolobot-2b86e6e9d9be5cecc17eb509ee6fb1e2e73b184d.tar.gz
colobot-2b86e6e9d9be5cecc17eb509ee6fb1e2e73b184d.tar.bz2
colobot-2b86e6e9d9be5cecc17eb509ee6fb1e2e73b184d.zip
Rewrite CMainDialog to use physfs
Diffstat (limited to 'src/ui/maindialog.h')
-rw-r--r--src/ui/maindialog.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/ui/maindialog.h b/src/ui/maindialog.h
index cb26426..32c0e1d 100644
--- a/src/ui/maindialog.h
+++ b/src/ui/maindialog.h
@@ -25,13 +25,8 @@
#include "app/pausemanager.h"
-#include <boost/filesystem.hpp>
-#include <boost/algorithm/string.hpp>
-
#include <vector>
-namespace fs = boost::filesystem;
-
class CEventQueue;
class CSoundInterface;
@@ -265,7 +260,7 @@ protected:
SceneInfo m_sceneInfo[MAXSCENE];
- std::vector<fs::path> m_saveList;
+ std::vector<std::string> m_saveList;
};
} // namespace Ui