]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/compat/quake3.qh
Purge autocvars.qh from the codebase, cvars are defined in the headers of the feature...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / compat / quake3.qh
1 #pragma once
2
3 bool autocvar_sv_q3acompat_machineshotgunswap;
4 bool autocvar_sv_q3defragcompat_changehitbox = false;
5
6 bool DoesQ3ARemoveThisEntity(entity this);
7
8 .int fragsfilter_cnt;