2 * interface.h - Functions for creating the UI and handling IDCMP
12 #include <intuition/intuition.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 */