home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #6 / amigaacscoverdisc1998-061998.iso / games / descent / source / lib / joydefs.h < prev    next >
Text File  |  1998-06-08  |  3KB  |  78 lines

  1. /*
  2. THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX
  3. SOFTWARE CORPORATION ("PARALLAX").  PARALLAX, IN DISTRIBUTING THE CODE TO
  4. END-USERS, AND SUBJECT TO ALL OF THE TERMS AND CONDITIONS HEREIN, GRANTS A
  5. ROYALTY-FREE, PERPETUAL LICENSE TO SUCH END-USERS FOR USE BY SUCH END-USERS
  6. IN USING, DISPLAYING,  AND CREATING DERIVATIVE WORKS THEREOF, SO LONG AS
  7. SUCH USE, DISPLAY OR CREATION IS FOR NON-COMMERCIAL, ROYALTY OR REVENUE
  8. FREE PURPOSES.  IN NO EVENT SHALL THE END-USER USE THE COMPUTER CODE
  9. CONTAINED HEREIN FOR REVENUE-BEARING PURPOSES.  THE END-USER UNDERSTANDS
  10. AND AGREES TO THE TERMS HEREIN AND ACCEPTS THE SAME BY USE OF THIS FILE.  
  11. COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION.  ALL RIGHTS RESERVED.
  12. */
  13. /*
  14.  * $Source: f:/miner/source/main/rcs/joydefs.h $
  15.  * $Revision: 2.0 $
  16.  * $Author: john $
  17.  * $Date: 1995/02/27 11:32:12 $
  18.  * 
  19.  * Variables for joystick settings.
  20.  * 
  21.  * $Log: joydefs.h $
  22.  * Revision 2.0  1995/02/27  11:32:12  john
  23.  * New version 2.0, which has no anonymous unions, builds with
  24.  * Watcom 10.0, and doesn't require parsing BITMAPS.TBL.
  25.  * 
  26.  * Revision 1.12  1995/01/25  14:37:52  john
  27.  * Made joystick only prompt for calibration once...
  28.  * 
  29.  * Revision 1.11  1994/10/13  11:35:43  john
  30.  * Made Thrustmaster FCS Hat work.  Put a background behind the
  31.  * keyboard configure.  Took out turn_sensitivity.  Changed sound/config
  32.  * menu to new menu. Made F6 be calibrate joystick.
  33.  * 
  34.  * Revision 1.10  1994/09/10  15:46:49  john
  35.  * First version of new keyboard configuration.
  36.  * 
  37.  * Revision 1.9  1994/09/06  14:51:29  john
  38.  * Added sensitivity adjustment, fixed bug with joystick button not
  39.  * staying down.
  40.  * 
  41.  * Revision 1.8  1994/08/31  12:56:29  john
  42.  * *** empty log message ***
  43.  * 
  44.  * Revision 1.7  1994/08/30  16:37:07  john
  45.  * Added menu options to set controls.
  46.  * 
  47.  * Revision 1.6  1994/08/29  21:18:33  john
  48.  * First version of new keyboard/oystick remapping stuff.
  49.  * 
  50.  * Revision 1.5  1994/08/24  19:00:30  john
  51.  * Changed key_down_time to return fixed seconds instead of
  52.  * milliseconds.
  53.  * 
  54.  * Revision 1.4  1994/08/17  16:50:04  john
  55.  * Added damaging fireballs, missiles.
  56.  * 
  57.  * Revision 1.3  1994/07/01  10:55:18  john
  58.  * Added analog joystick throttle
  59.  * 
  60.  * Revision 1.2  1994/06/30  20:04:46  john
  61.  * Added -joydef support.
  62.  * 
  63.  * Revision 1.1  1994/06/30  18:08:12  john
  64.  * Initial revision
  65.  * 
  66.  * 
  67.  */
  68. #ifndef _JOYDEFS_H
  69. #define _JOYDEFS_H
  70.  
  71. void joydefs_calibrate();
  72. void joydefs_config();
  73.  
  74. extern int joydefs_calibrate_flag;
  75.  
  76. #endif
  77. 
  78.