X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=console.h;h=860c501eebfe3b89a0901842426e89ef72326915;hb=0914aa550be6440554ab02e5bd1c9408976644a9;hp=8b2d7680579a2d26b982bd96a43a08e68fb763dc;hpb=3acf9a1c6fe790507f605c5f5ba17e196b48a1bc;p=xonotic%2Fdarkplaces.git diff --git a/console.h b/console.h index 8b2d7680..860c501e 100644 --- a/console.h +++ b/console.h @@ -63,6 +63,8 @@ void Con_DrawNotify (void); void Con_ClearNotify (void); void Con_ToggleConsole_f (void); +int Nicks_CompleteChatLine(char *buffer, size_t size, unsigned int pos); + qboolean GetMapList (const char *s, char *completedname, int completednamebufferlength); /// wrapper function to attempt to either complete the command line