X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Futil.qh;h=e9bd01cfa4d34fdacb55dc1c16cd1a92b94ef1cd;hp=421f6126ba4b47486a2457d3ec304bfb8cfba4d5;hb=635a3c9a8a5c60e09e9449bf53128393d3355f20;hpb=ad444437c8652444006ef4e5261c26984050dbc3;ds=sidebyside diff --git a/qcsrc/common/util.qh b/qcsrc/common/util.qh index 421f6126ba..e9bd01cfa4 100644 --- a/qcsrc/common/util.qh +++ b/qcsrc/common/util.qh @@ -402,3 +402,7 @@ void dedicated_print(string input); #define PROGNAME "CSQC" #endif #endif + +#ifndef MENUQC +float Announcer_PickNumber(float num); +#endif