home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 339.lha / DispMod / source / consoleio.h < prev    next >
C/C++ Source or Header  |  1990-02-07  |  328b  |  15 lines

  1. /* ConsoleIO.h */
  2.  
  3. #define SQUIRTCHAR    '\xff'
  4.  
  5. extern UBYTE  CheckKey();
  6. extern void   CloseConsoleIO();
  7. extern void   CursorXY();
  8. extern UBYTE  GetKey();
  9. extern BOOL   GetLine();
  10. extern struct IOStdReq *InitConsoleIO();
  11. extern void   PutChar();
  12. extern void   PutFormat();
  13. extern void   PutSequence();
  14. extern void   PutString();
  15.