home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 6 / IOPROG_06.ISO / djgpp / djgpp2 / draycast.arj / TECLADO.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-10-13  |  274 b   |  15 lines

  1. #define LF 75
  2. #define UP 72
  3. #define RG 77
  4. #define DW 80   
  5. #define PULSADOR 57
  6. #define FIRE 29              
  7. #define ESC 1
  8. #define SPACE 57
  9. /*------------------- VECTOR DE LAS TECLAS PULSADAS ---------------*/
  10. unsigned char tecla,estatus;
  11. int *tec_pressed;
  12.  
  13.  
  14.  
  15.