From: Samual Lenks Date: Sat, 9 Feb 2013 03:00:08 +0000 (-0500) Subject: MENUQC doesn't have this function in util.qc, don't declare it in .qh X-Git-Tag: xonotic-v0.7.0~62^2~23^2~245 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=9c1ba36a31be3d1dab27e9f76e4704881f7d1f0b;p=xonotic%2Fxonotic-data.pk3dir.git MENUQC doesn't have this function in util.qc, don't declare it in .qh --- diff --git a/qcsrc/common/util.qh b/qcsrc/common/util.qh index b69f80b04..2c9ed82b2 100644 --- a/qcsrc/common/util.qh +++ b/qcsrc/common/util.qh @@ -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