]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
MENUQC doesn't have this function in util.qc, don't declare it in .qh
authorSamual Lenks <samual@xonotic.org>
Sat, 9 Feb 2013 03:00:08 +0000 (22:00 -0500)
committerSamual Lenks <samual@xonotic.org>
Sat, 9 Feb 2013 03:00:08 +0000 (22:00 -0500)
qcsrc/common/util.qh

index b69f80b04d1d59d02ac332680f81b035ada8f042..2c9ed82b25ca4190d0e46b2836be4ab54bff2e84 100644 (file)
@@ -379,7 +379,9 @@ void FindConnectedComponent(entity e, .entity fld, findNextEntityNearFunction_t
 float Count_Proper_Strings(string improper, string...count);
 float Count_Proper_Floats(float improper, float...count);
 
+#ifndef MENUQC
 void backtrace(string msg);
+#endif
 
 // color code replace, place inside of sprintf and parse the string... defaults described as constants
 // foreground/normal colors