Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
multijump.qh
Go to the documentation of this file.
1#pragma once
2
3#ifdef GAMEQC
4REPLICATE_INIT(int, cvar_cl_multijump);
5#endif
#define REPLICATE_INIT(type, name)
Definition replicate.qh:7