[Games] Add Quake 1 support.

This commit is contained in:
CosminPerRam 2023-05-30 16:18:04 +03:00
parent c874b463e3
commit af5e0d1fbf
5 changed files with 15 additions and 1 deletions

View file

@ -9,6 +9,7 @@ Protocols:
Games:
- [Quake 2](https://store.steampowered.com/app/2320/Quake_II/) support.
- [Quake 1](https://store.steampowered.com/app/2310/Quake/) support.
### Breaking:
- Every function that used `&str` for the address has been changed to `&IpAddr` (thanks [@Douile](https://github.com/Douile) for the re-re-write).