home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 21 / CD_ASCQ_21_040595.iso / dos / prg / c / bc4l11 / joystick.h < prev    next >
C/C++ Source or Header  |  1994-03-08  |  211b  |  23 lines

  1.  
  2.  
  3.  
  4. extern int hasstick;
  5.  
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9.  
  10. void getstik(int *x, int *y, int *b1, int *b2);
  11. void nostikbutton();
  12. void detectstick();
  13.  
  14. #ifdef __cplusplus
  15. }
  16. #endif
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.