revert between 56095 -> 55830 in arch
[AROS.git] / workbench / c / Unpack / gui.h
blobb239878981d84281bf03a9df14c5e16c4e83f9d3
1 #ifndef PKG_GUI_H
2 #define PKG_GUI_H
4 /*
5 Copyright © 2003, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include <exec/types.h>
11 /****************************************************************************/
12 /** Prototypes **************************************************************/
14 BOOL GUI_Open();
15 void GUI_Close();
16 void GUI_Update( LONG position, LONG max );
18 #endif /* PKG_GUI_H */