From f559322224cc3bfa6c1d37631fb6dc5fa93449b9 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 28 May 2021 20:38:43 -0400 Subject: List windows with /window Reuse the /window command to preserve /wi abbreviation. --- chat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chat.h') diff --git a/chat.h b/chat.h index 44ec9b8..e48799c 100644 --- a/chat.h +++ b/chat.h @@ -302,6 +302,7 @@ void uiInitLate(void); void uiShow(void); void uiHide(void); void uiDraw(void); +void uiWindows(void); void uiShowID(uint id); void uiShowNum(uint num); void uiMoveID(uint id, uint num); -- cgit 1.4.1