Diff for /np2/win9x/joymng.h between versions 1.1.1.1 and 1.2

version 1.1.1.1, 2003/10/16 17:58:46 version 1.2, 2004/02/13 20:31:55
Line 3 Line 3
 extern "C" {  extern "C" {
 #endif  #endif
   
 BYTE joymng_getstat(void);  REG8 joymng_getstat(void);
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }
 #endif  #endif
   
 void joy_init(void);  
 void joy_flash(void);  // ----
   
   void joymng_initialize(void);
   void joymng_sync(void);
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.2


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