Diff for /np2/win9x/joymng.cpp between versions 1.5 and 1.6

version 1.5, 2005/02/07 14:46:14 version 1.6, 2011/03/07 09:54:11
Line 1 Line 1
 #include        "compiler.h"  /**
 #include        "np2.h"   * @file        joymng.cpp
 #include        "joymng.h"   * @brief       Joystick manager
 #include        "menu.h"   *
    * @author      $Author$
    * @date        $Date$
    */
   
   #include "compiler.h"
   #include "np2.h"
   #include "joymng.h"
   #include "menu.h"
   
   #if !defined(__GNUC__)
   #pragma comment(lib, "winmm.lib")
   #endif  // !defined(__GNUC__)
   
 enum {  enum {
         JOY_LEFT_BIT    = 0x04,          JOY_LEFT_BIT    = 0x04,

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


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