mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
9 lines
335 B
Rust
9 lines
335 B
Rust
//! Quake game query modules
|
|
|
|
use crate::protocols::quake::game_query_mod;
|
|
|
|
game_query_mod!(quake1, "Quake 1", one, 27500);
|
|
game_query_mod!(quake2, "Quake 2", two, 27910);
|
|
game_query_mod!(q3a, "Quake 3 Arena", three, 27960);
|
|
game_query_mod!(sof2, "Soldier of Fortune 2", three, 20100);
|
|
game_query_mod!(warsow, "Warsow", three, 44400);
|