X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fdpdefs%2Fcsprogsdefs.qh;h=d0125b5e315c83d2a11c57da8a54785b8157211d;hb=a823548db666d01ecf1ef8b8e559caa61334ce26;hp=c4d8c54ce05c4b6b847a36f54d1d6672beda0379;hpb=c6d440124df99b8b1f48fe7666332273535eb413;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/dpdefs/csprogsdefs.qh b/qcsrc/dpdefs/csprogsdefs.qh index c4d8c54ce..d0125b5e3 100644 --- a/qcsrc/dpdefs/csprogsdefs.qh +++ b/qcsrc/dpdefs/csprogsdefs.qh @@ -8,6 +8,18 @@ #define TRUE _TRUE #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" #undef true @@ -15,6 +27,21 @@ #undef TRUE #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 +#define use use1 +.void(entity this, entity actor, entity trigger) use; + #endif