diff options
Diffstat (limited to 'textscreen/txt_gui.h')
-rw-r--r-- | textscreen/txt_gui.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textscreen/txt_gui.h b/textscreen/txt_gui.h index 65c97c66..5c120f6c 100644 --- a/textscreen/txt_gui.h +++ b/textscreen/txt_gui.h @@ -32,5 +32,9 @@ void TXT_DrawWindowFrame(char *title, int x, int y, int w, int h); void TXT_DrawSeparator(int x, int y, int w); void TXT_DrawString(char *s); +void TXT_InitClipArea(void); +void TXT_PushClipArea(int x1, int x2, int y1, int y2); +void TXT_PopClipArea(void); + #endif /* #ifndef TXT_GUI_H */ |