home *** CD-ROM | disk | FTP | other *** search
- /* ConsoleIO.h */
-
- #define SQUIRTCHAR '\xff'
-
- extern UBYTE CheckKey();
- extern void CloseConsoleIO();
- extern void CursorXY();
- extern UBYTE GetKey();
- extern BOOL GetLine();
- extern struct IOStdReq *InitConsoleIO();
- extern void PutChar();
- extern void PutFormat();
- extern void PutSequence();
- extern void PutString();
-