package ola.jsame;

public interface ISameGameView
{
    public void showGrid(int[][] list);
    public void highlight(GridPoint[] list);
}
