]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/dpdefs/dpextensions.qh
Transifex autosync
[xonotic/xonotic-data.pk3dir.git] / qcsrc / dpdefs / dpextensions.qh
index 2487da4ff357a8751c3ab8e643ce0168ad02c47a..578d58b27b3c2f68477973fa37035c7dd9cb8347 100644 (file)
@@ -1,15 +1,21 @@
-#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
 
 int(string effectname) _particleeffectnum = #335;
-#define particleeffectnum _particleeffectnum
 
 int(string s, string separator1, ...) _tokenizebyseparator = #479;
 #define tokenizebyseparator _tokenizebyseparator
@@ -56,6 +62,8 @@ int(string s1, string s2, int len) _strncasecmp = #230;
 int() _buf_create = #460;
 #define buf_create _buf_create
 
-#pragma noref 0
+vector(float skel, float bonenum) _skel_get_boneabs_hidden = #270;
+void(float skel, float bonenum, vector org) _skel_set_bone_hidden = #271;
+vector(entity ent, float tagindex) _gettaginfo_hidden = #452;
 
-#endif
+#pragma noref 0