X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Futil.qh;h=65bede381e453829e834ca5e330b42e58034e7ed;hb=750e508d36f7d088f7d63035255b137a798bc566;hp=767092cc7532c689710cc82421abd15497d5d146;hpb=f536d182b06173bac130d0e77dfcf25833641504;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/util.qh b/qcsrc/common/util.qh index 767092cc7..65bede381 100644 --- a/qcsrc/common/util.qh +++ b/qcsrc/common/util.qh @@ -162,7 +162,7 @@ void check_unacceptable_compiler_bugs(); float compressShotOrigin(vector v); vector decompressShotOrigin(float f); -string rankings_reply, lsmaps_reply, lsnewmaps_reply, maplist_reply; // cached replies +string rankings_reply, ladder_reply, lsmaps_reply, lsnewmaps_reply, maplist_reply; // cached replies string records_reply[10]; float RandomSelection_totalweight; @@ -238,3 +238,7 @@ switch(id) { \ HUD_Panel_GetName_Part2(id) vector vec2(vector v); + +#ifndef MENUQC +vector NearestPointOnBox(entity box, vector org); +#endif