Diff for /np2/x11/joymng.h between versions 1.3 and 1.5

version 1.3, 2007/01/23 15:48:20 version 1.5, 2011/01/15 19:16:58
Line 1 Line 1
 /*      $Id$    */  
   
 /*-  /*-
  * Copyright (c) 2004 NONAKA Kimihiro <aw9k-nnk@asahi-net.or.jp>,   * Copyright (c) 2004 NONAKA Kimihiro <aw9k-nnk@asahi-net.or.jp>,
  * All rights reserved.   * All rights reserved.
Line 33 Line 31
  * joystick manager   * joystick manager
  */   */
   
 #ifdef __cplusplus  G_BEGIN_DECLS
 extern "C" {  
 #endif  
   
 #define JOY_NAXIS               2  #define JOY_NAXIS               2
 #define JOY_NBUTTON             4  #define JOY_NBUTTON             4
Line 88  void joymng_sync(void); Line 84  void joymng_sync(void);
   
 #endif  /* SUPPORT_JOYSTICK */  #endif  /* SUPPORT_JOYSTICK */
   
 #ifdef __cplusplus  G_END_DECLS
 }  
 #endif  
   
 #endif  /* NP2_X11_JOYMNG_H__ */  #endif  /* NP2_X11_JOYMNG_H__ */

Removed from v.1.3  
changed lines
  Added in v.1.5


RetroPC.NET-CVS <cvs@retropc.net>