Difference for main/kconfig.h from version 1.3 to 1.4


version 1.3 version 1.4
Line 19
 
Line 19
  * Prototypes for reading controls   * Prototypes for reading controls
  *    *
  * $Log$   * $Log$
    * Revision 1.4  2000/04/19 21:27:57  sekmu
    * movable death-cam from WraithX
    *
  * Revision 1.3  1999/10/15 05:22:15  donut   * Revision 1.3  1999/10/15 05:22:15  donut
  * typedef'd ssize_t on windows   * typedef'd ssize_t on windows
  *   *
Line 215
 
Line 218
 extern void kconfig_init_external_controls(int intno, ssize_t address);  extern void kconfig_init_external_controls(int intno, ssize_t address);
   
 extern void HUD_init_message(char * format, ...);  extern void HUD_init_message(char * format, ...);
   
   //the following methods added by WraithX, 4/17/00
   extern int isJoyRotationKey(int test_key);       //tells if "test_key" is setup for rotation on the joy
   extern int isMouseRotationKey(int test_key);     //tells if "test_key" is setup for rotation on the mouse
   extern int isKeyboardRotationKey(int test_key);  //tells if "test_key" is setup for rotation on the keyboard
   //end addition - WraithX
   
 #endif  #endif

Legend:
line(s) removed in v.1.3 
line(s) changed
 line(s) added in v.1.4