From 7bc72c666dc1d1e033c01b60ca38673651c7e81c Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 19 Sep 2006 23:49:20 +0000 Subject: Fix textscreen warnings. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 626 --- textscreen/txt_desktop.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'textscreen/txt_desktop.h') diff --git a/textscreen/txt_desktop.h b/textscreen/txt_desktop.h index cf7991da..40c89a48 100644 --- a/textscreen/txt_desktop.h +++ b/textscreen/txt_desktop.h @@ -31,6 +31,8 @@ void TXT_DrawDesktop(void); void TXT_GUIMainLoop(void); void TXT_DispatchEvents(void); void TXT_ExitMainLoop(void); +void TXT_DrawWindow(txt_window_t *window, int selected); +void TXT_WindowKeyPress(txt_window_t *window, int c); #endif /* #ifndef TXT_DESKTOP_T */ -- cgit v1.2.3