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

Enable loading projects from command line

This commit is contained in:
2017-01-21 22:28:55 -08:00
parent 3bb331e989
commit b3fd6d9eea
3 changed files with 43 additions and 14 deletions

View File

@@ -124,6 +124,7 @@ class ViewManager : public specter::IViewManager
specter::SplitView::Axis m_deferSplitAxis;
int m_deferSplitThisSlot;
boo::SWindowCoord m_deferSplitCoord;
hecl::SystemString m_deferedProject;
public:
ViewManager(hecl::Runtime::FileStoreManager& fileMgr, hecl::CVarManager& cvarMgr);