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

Externally track MemoryRelays

This commit is contained in:
2017-01-31 03:21:45 -08:00
parent 0ed44f1cdc
commit 5b5f3318b0
10 changed files with 471 additions and 379 deletions

View File

@@ -84,6 +84,7 @@ struct STRG : ISTRG
return true;
}
void gatherDependencies(std::vector<hecl::ProjectPath> &pathsOut) const;
};
}