Project

General

Profile

« Previous | Next » 

Revision cf486b0d

Added by Leszek Koltunski almost 2 years ago

Progress with new UI.

View differences:

src/main/java/org/distorted/solvers/ImplementedSolversList.java
45 45
      }
46 46
    }
47 47

  
48
///////////////////////////////////////////////////////////////////////////////////////////////////
49

  
50
  public static boolean isImplemented(int signature)
51
    {
52
    for(int i=0; i<NUM_OBJECTS; i++)
53
      {
54
      if( signature==objects[i].mObject ) return true;
55
      }
56
    return false;
57
    }
58

  
48 59
///////////////////////////////////////////////////////////////////////////////////////////////////
49 60

  
50 61
  public static int getObject(int ordinal)

Also available in: Unified diff