X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fdpdefs%2Fcsprogsdefs.qh;h=ce39bca1bda2ff74ead4a9bb5d9a1399a120c132;hb=d271f27a5ac351a3a7b39636932f6d661492be1d;hp=b10ef09baf75fadba2367fb6f5225c8bcec58b90;hpb=17f8cdecf39482eca4a49623d67bfdb5f4477d29;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/dpdefs/csprogsdefs.qh b/qcsrc/dpdefs/csprogsdefs.qh index b10ef09ba..ce39bca1b 100644 --- a/qcsrc/dpdefs/csprogsdefs.qh +++ b/qcsrc/dpdefs/csprogsdefs.qh @@ -9,6 +9,16 @@ #define FALSE _FALSE #define spawn _spawn +#define particleeffectnum _particleeffectnum +#define trailparticles __trailparticles +#define pointparticles __pointparticles +#define setmodel _setmodel + +#define STAT_FRAGLIMIT _STAT_FRAGLIMIT +#define STAT_TIMELIMIT _STAT_TIMELIMIT +#define STAT_MOVEVARS_TICRATE _STAT_MOVEVARS_TICRATE +#define STAT_MOVEVARS_TIMESCALE _STAT_MOVEVARS_TIMESCALE +#define STAT_MOVEVARS_GRAVITY _STAT_MOVEVARS_GRAVITY #include "upstream/csprogsdefs.qc" @@ -18,6 +28,16 @@ #undef FALSE #undef spawn +#undef particleeffectnum +#undef trailparticles +#undef pointparticles +#undef setmodel + +#undef STAT_FRAGLIMIT +#undef STAT_TIMELIMIT +#undef STAT_MOVEVARS_TICRATE +#undef STAT_MOVEVARS_TIMESCALE +#undef STAT_MOVEVARS_GRAVITY #pragma noref 0