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

Features to support cooking

This commit is contained in:
Jack Andersen
2015-09-30 14:40:06 -10:00
parent 63a432090c
commit 391ee13816
8 changed files with 147 additions and 56 deletions

View File

@@ -306,15 +306,20 @@ public:
*
* Self explanatory
*/
const ProjectPath& getProjectRootPath() const {return m_workRoot;}
const ProjectRootPath& getProjectRootPath() const {return m_rootPath;}
/**
* @brief Get the path of project's working directory
* @return project working path
*/
const ProjectPath& getProjectWorkingPath() const {return m_workRoot;}
/**
* @brief Get the path of project's cooked directory for a specific DataSpec
* @param DataSpec to retrieve path for
* @return project cooked path
*
* The cooked path matches the directory layout of the working directory,
* except data is
* The cooked path matches the directory layout of the working directory
*/
const ProjectPath& getProjectCookedPath(const DataSpecEntry& spec) const
{