2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 07:47:42 +00:00

Updates for Menu

This commit is contained in:
Jack Andersen
2016-01-15 13:35:59 -10:00
parent 399a48ece3
commit 342fc4a00c
6 changed files with 8 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ class ViewManager : public Specter::IViewManager
std::unique_ptr<RootSpace> m_rootSpace;
Specter::View* m_rootSpaceView = nullptr;
std::vector<HECL::SystemString> m_recentProjects;
std::vector<HECL::SystemString> m_recentProjects = {"Test", "One", "Two", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j"};
std::vector<HECL::SystemString> m_recentFiles;
bool m_updatePf = false;