Split OoT into its own repo

This commit is contained in:
Mr-Wiseguy 2023-03-22 01:08:48 -04:00
parent 85a04d74e7
commit f4324ee599
45 changed files with 2 additions and 56235 deletions

View file

@ -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) {