]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/effects/qc/damageeffects.qh
Minor cleanup of client/defs.qh, move replicated cvars to a common location
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / effects / qc / damageeffects.qh
1 #pragma once
2
3 #ifdef CSQC
4 #include <common/deathtypes/all.qh>
5 #include <common/physics/movetypes/movetypes.qh>
6 #include <client/mutators/_mod.qh>
7 #include <common/vehicles/all.qh>
8 #include <common/weapons/_all.qh>
9 #endif