]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/rubble.qc
Merge some changes from prediction branch
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / rubble.qc
index 7bf9e57ea67bc237041a28f1fc278c1c6daf7a1e..c09dd18aed4ed8bfe1cc3cc78256e869489efcc1 100644 (file)
@@ -1,4 +1,8 @@
-.float creationtime;
+#if defined(CSQC)
+       #include "rubble.qh"
+#elif defined(MENUQC)
+#elif defined(SVQC)
+#endif
 
 // LordHavoc: rewrote this file, it was really bad code