// Decompiled by Jad v1.5.8e2. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://kpdus.tripod.com/jad.html
// Decompiler options: packimports(3) space 
// Source File Name:   INextMoveStrategy.java

package model;

import GameIO.IModel;
import java.awt.Point;

public interface INextMoveStrategy
{

  public abstract Point getNextMove(IModel imodel, int i);
}
