home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / Caml Light 0.61 / Source / src / appli / ui.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-20  |  292 b   |  12 lines  |  [TEXT/MPS ]

  1. #include <QuickDraw.h>
  2.  
  3. unsigned long DoRead(char *text, unsigned long len);
  4. void DoWrite(WindowPtr window, char *text, long len);
  5. void Initialize(void);
  6. void Quit(void);
  7. void LookEvent(unsigned long delay);
  8. void send_to_caml (char *text);
  9.  
  10. extern WindowPtr CAMLPrinter;
  11. extern int color_qd;
  12.