[nexuiz-commits] r8676 - trunk/data/qcsrc/server-testcase

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Feb 27 12:32:13 EST 2010


Author: div0
Date: 2010-02-27 12:32:13 -0500 (Sat, 27 Feb 2010)
New Revision: 8676

Modified:
   trunk/data/qcsrc/server-testcase/framework.qc
Log:
add dprint, ftos, vtos to the functions a test case can always use

Modified: trunk/data/qcsrc/server-testcase/framework.qc
===================================================================
--- trunk/data/qcsrc/server-testcase/framework.qc	2010-02-27 17:32:04 UTC (rev 8675)
+++ trunk/data/qcsrc/server-testcase/framework.qc	2010-02-27 17:32:13 UTC (rev 8676)
@@ -1,3 +1,6 @@
+void dprint(string s, ...) = #25;
+string ftos(float f) = #26;
+string vtos(vector v) = #27;
 void error(string e) = #10;
 float test();
 



More information about the nexuiz-commits mailing list