mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-20 02:14:55 +00:00
Split OoT into its own repo
This commit is contained in:
parent
85a04d74e7
commit
f4324ee599
45 changed files with 2 additions and 56235 deletions
|
@ -975,6 +975,8 @@ bool read_list_file(const char* filename, std::unordered_set<std::string>& entri
|
|||
while (input_file >> entry) {
|
||||
entries_out.emplace(std::move(entry));
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue