compiler/clib: Refactoring code for C99/POSIX.1-2008 separation.
[AROS.git] / workbench / utilities / Snoopy / gui.h
blobeb1832474b8ea200a93b34e1682d19b02059d04c
1 /*
2 Copyright © 2006, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef GUI_H
7 #define GUI_H
9 void gui_init(void);
10 void gui_handleevents(void);
11 void gui_cleanup(void);
12 void gui_set(void);
13 void gui_get(void);
15 #endif