mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:04:55 +00:00
Add handy TagFromPath shortcut method in ProjectManager
This commit is contained in:
@@ -43,6 +43,8 @@ public:
|
||||
hecl::Database::Project* project() {return m_proj.get();}
|
||||
ProjectResourcePool& objectStore() {return m_objStore;}
|
||||
ProjectResourceFactoryMP1& resourceFactoryMP1() {return m_factoryMP1;}
|
||||
SObjectTag TagFromPath(const hecl::SystemChar* path) const
|
||||
{ return m_factoryMP1.ProjectResourceFactoryBase::TagFromPath(path); }
|
||||
|
||||
bool newProject(const hecl::SystemString& path);
|
||||
bool openProject(const hecl::SystemString& path);
|
||||
|
||||
Reference in New Issue
Block a user