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

project path representation

This commit is contained in:
Jack Andersen
2015-05-26 23:09:05 -10:00
parent 0349e2cea0
commit 851221f861
8 changed files with 244 additions and 32 deletions

View File

@@ -45,11 +45,7 @@ public:
{
}
std::string getProjectRootPath(bool absolute) const
{
}
bool validateSubPath(const std::string& subpath) const
const HECL::ProjectRootPath& getProjectRootPath(bool absolute) const
{
}
@@ -89,7 +85,7 @@ public:
};
IProject* NewProject(const std::string& rootPath)
IProject* OpenProject(const std::string& rootPath)
{
return new CProject(rootPath);
}