X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fdpdefs%2Fdpextensions.qh;h=2ed0f9063889af40f2270740e069f47d29f62789;hb=2c36cc4e3b4a2d70f740d64eb82998db692394f2;hp=7b437082f191096ac3aadd7b2bfc6583b50c3eae;hpb=688276421e89bb47394a765b2b242f81da1d4228;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/dpdefs/dpextensions.qh b/qcsrc/dpdefs/dpextensions.qh index 7b437082f..2ed0f9063 100644 --- a/qcsrc/dpdefs/dpextensions.qh +++ b/qcsrc/dpdefs/dpextensions.qh @@ -1,13 +1,16 @@ -#ifndef DPEXTENSIONS_H -#define DPEXTENSIONS_H +#pragma once #pragma noref 1 #define particleeffectnum __particleeffectnum +#define trailparticles __trailparticles +#define pointparticles __pointparticles #include "upstream/dpextensions.qc" #undef particleeffectnum +#undef trailparticles +#undef pointparticles int(entity ent, string tagname) _gettagindex = #451; #define gettagindex _gettagindex @@ -60,5 +63,3 @@ int() _buf_create = #460; #define buf_create _buf_create #pragma noref 0 - -#endif