botw-completer/.vscode/settings.json
badbl0cks 6bff4b6fcd
Refactor codebase and complete implementation
- Consolidate development files into final implementation
- Replace basic prototypes with full feature implementations
- Add complete hash-based save data access system
- Implement advanced map pin management algorithms
- Add comprehensive error handling and user feedback
- Complete Korok seed database with all 908 locations
2023-05-24 09:08:09 -07:00

6 lines
No EOL
85 B
JSON

{
"files.associations": {
"dirent.h": "c",
"cstdlib": "c"
}
}