jak2: Create goal_src skeleton (#1576)

This commit is contained in:
Tyler Wilding
2022-06-29 22:20:09 -04:00
committed by GitHub
parent 2649fd17ec
commit 36dc015d62
1094 changed files with 4031 additions and 1117 deletions
@@ -89,6 +89,11 @@ void ObjectFileDB::analyze_functions_ir2(
ir2_symbol_definition_map(data);
// TODO - insert the game_name into the import line automatically
// instead of `goal_src/jak1/import/something.gc`
// just `import/something.gc`
//
// Can be relative to the root of the source directory
const auto& imports_it = config.import_deps_by_file.find(data.to_unique_name());
std::vector<std::string> imports;
if (imports_it != config.import_deps_by_file.end()) {