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

split and join functionality

This commit is contained in:
Jack Andersen
2016-01-31 15:13:45 -10:00
parent 39012da281
commit a37e6ba8a4
4 changed files with 66 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ class ViewManager : public Specter::IViewManager
friend class ProjectManager;
friend class Space;
friend class RootSpace;
friend class SplitSpace;
HECL::Runtime::FileStoreManager& m_fileStoreManager;
HECL::CVarManager& m_cvarManager;