X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fdpdefs%2Fdpextensions.qh;h=578d58b27b3c2f68477973fa37035c7dd9cb8347;hb=HEAD;hp=ff9214844b3e5c181878b7ef31c40621e85a59e3;hpb=b683bf23a495d3b1b3f6df3bda75bfe0f069ab05;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/dpdefs/dpextensions.qh b/qcsrc/dpdefs/dpextensions.qh index ff9214844..578d58b27 100644 --- a/qcsrc/dpdefs/dpextensions.qh +++ b/qcsrc/dpdefs/dpextensions.qh @@ -1,5 +1,4 @@ -#ifndef DPEXTENSIONS_H -#define DPEXTENSIONS_H +#pragma once #pragma noref 1 @@ -63,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