Initial import of Scalos. To decrease size I have
[AROS-Contrib.git] / scalos / Plugins / OOP / TitleClock / prefs / interface.h
blob06ce667f2f7b4bfbdc99eef61d826ec31f088a24
1 /*
2 * interface.h - Functions for creating the UI and handling IDCMP
4 * $Date$
5 * $Revision$
7 */
9 #ifndef INTERFACE_H
10 #define INTERFACE_H
12 #include <intuition/intuition.h>
13 #include <stdlib.h>
15 extern struct Window *tcp_Window;
17 void CloseMainWindow(void);
18 BOOL OpenMainWindow(void);
19 WORD HandleMainMessages(void);
20 void ShowExample(STRPTR format, UWORD gid, STRPTR buffer, size_t BuffLen);
22 #endif /* INTERFACE_H */