From 65ed2a3208db93eef0f25f5d9c046c77cb7eb980 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 4 Feb 2008 22:43:11 +0000 Subject: Update chocolate-setup to the new screen mode config system. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1042 --- textscreen/txt_table.h | 1 + 1 file changed, 1 insertion(+) (limited to 'textscreen/txt_table.h') diff --git a/textscreen/txt_table.h b/textscreen/txt_table.h index c3a3c5a8..d42e9adb 100644 --- a/textscreen/txt_table.h +++ b/textscreen/txt_table.h @@ -53,6 +53,7 @@ void TXT_AddWidget(TXT_UNCAST_ARG(table), TXT_UNCAST_ARG(widget)); void TXT_AddWidgets(TXT_UNCAST_ARG(table), ...); int TXT_SelectWidget(TXT_UNCAST_ARG(table), TXT_UNCAST_ARG(widget)); void TXT_SetColumnWidths(TXT_UNCAST_ARG(table), ...); +void TXT_ClearTable(TXT_UNCAST_ARG(table)); #endif /* #ifndef TXT_TABLE_T */ -- cgit v1.2.3