Project

General

Profile

« Previous | Next » 

Revision 39b4dcfd

Added by Leszek Koltunski over 2 years ago

Remove ObjectType from a few moree places.

View differences:

src/main/java/org/distorted/objectlib/helpers/ObjectLibInterface.java
19 19

  
20 20
package org.distorted.objectlib.helpers;
21 21

  
22
import org.distorted.objectlib.main.ObjectType;
23

  
24 22
///////////////////////////////////////////////////////////////////////////////////////////////////
25 23

  
26 24
public interface ObjectLibInterface
......
38 36

  
39 37
  // objectlib calls those to figure out app's state
40 38
  int getCurrentColor();
41
  int cubitIsLocked(ObjectType type, int cubit);
39
  int cubitIsLocked(int cubit);
42 40
  }

Also available in: Unified diff