]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/sys-post.qh
Fix Uncrustify problem areas
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / sys-post.qh
index 4fee9fec0572fb9d3cc4d10c4e5b990adc6e3e59..5dc83ef955bb07060386ebbd14e9727005da9632 100644 (file)
@@ -1,12 +1,7 @@
-#pragma noref 0
+#ifndef SYS_POST_H
+#define SYS_POST_H
 
-#undef ATTN_NORM
+#pragma noref 0
 
-#ifdef COMPAT_050_ENGINE
-// WORKAROUND for 0.5.0 engine
-// FIXME remove this after 0.6 release
-#undef getproperty
-#undef getpropertyvec
-float (float property) getproperty = #303;
-vector (float property) getpropertyvec = #303;
+#undef ATTEN_NORM
 #endif