From 9c1ba36a31be3d1dab27e9f76e4704881f7d1f0b Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Fri, 8 Feb 2013 22:00:08 -0500 Subject: [PATCH] MENUQC doesn't have this function in util.qc, don't declare it in .qh --- qcsrc/common/util.qh | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2