home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 382.lha / ST / input.h < prev    next >
C/C++ Source or Header  |  1990-06-05  |  241b  |  17 lines

  1. /* input.h - total input
  2.    created by John Schultz, 10-Sep-89
  3. */
  4.  
  5. #ifndef INPUTTI
  6. #define INPUTTI
  7.  
  8. extern unsigned short volatile raw;  /* raw key input */
  9.  
  10. extern int createti(void);
  11.  
  12. extern void deleteti(void);
  13.  
  14. #endif
  15.  
  16. /* end input.h */
  17.