[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

@ -96,3 +96,5 @@ pub mod vr;
pub mod cw;
/// Quake 2
pub mod quake2;
/// Quake 1
pub mod quake1;