]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/sys-post.qh
Merge remote-tracking branch 'origin/divVerent/merged-translations'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / sys-post.qh
1 #pragma noref 0
2
3 #undef ATTEN_NORM
4
5 #ifdef COMPAT_050_ENGINE
6 // WORKAROUND for 0.5.0 engine
7 // FIXME remove this after 0.6 release
8 #undef getproperty
9 #undef getpropertyvec
10 float (float property) getproperty = #303;
11 vector (float property) getpropertyvec = #303;
12 #endif