Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
sv_race.qh
Go to the documentation of this file.
1#pragma once
2
4void rc_SetLimits();
5void race_Initialize();
6
8{
11 {
13
15 }
16 return 0;
17}
#define MUTATOR_ONADD
Definition base.qh:309
#define REGISTER_MUTATOR(...)
Definition base.qh:295
#define MUTATOR_STATIC()
Definition base.qh:313
void race_Initialize()
Definition sv_race.qc:393
void rc_SetLimits()
Definition sv_race.qc:401