home *** CD-ROM | disk | FTP | other *** search
/ The Party 1994: Try This At Home / disk_image.bin / source / vexsrc / keyboard.h < prev    next >
C/C++ Source or Header  |  1993-11-13  |  151b  |  13 lines

  1. #ifndef __KEYBOARD_H
  2. #define __KEYBOARD_H
  3.  
  4. extern "C"
  5. {
  6.   void InitKey();
  7.   void CloseKey();
  8.   int GetKey();
  9.   int KeyPressed();
  10. }
  11.  
  12. #endif
  13.