X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Futil.qh;fp=qcsrc%2Fmenu%2Fxonotic%2Futil.qh;h=c3bc54f90852e2d21aa2882b425e0a58e48d070d;hp=6165fb3606b945968910c437bf76732d931c3ad5;hb=26ec33d6d19e627b43ac2cb51f83f890b5176293;hpb=b2737b5c99b7971099ffd2fefb9c8599c69f430b diff --git a/qcsrc/menu/xonotic/util.qh b/qcsrc/menu/xonotic/util.qh index 6165fb3606..c3bc54f908 100644 --- a/qcsrc/menu/xonotic/util.qh +++ b/qcsrc/menu/xonotic/util.qh @@ -37,6 +37,8 @@ void URI_Get_Callback(float id, float status, string data); // game type list box stuff (does not NEED to contain all game types, other // types stay available via console) float GameType_GetID(float cnt); +string GameType_GetIcon(float cnt); +string GameType_GetTeams(float cnt); float GameType_GetCount(); void dialog_hudpanel_common_notoggle(entity me, string panelname);