Project

General

Profile

Download (1.03 KB) Statistics
| Branch: | Tag: | Revision:

magiccube / src / main / java / org / distorted / solvers / SolvingInterface.java @ f4b24b79

1
///////////////////////////////////////////////////////////////////////////////////////////////////
2
// Copyright 2024 Leszek Koltunski                                                               //
3
//                                                                                               //
4
// This file is part of Magic Cube.                                                              //
5
//                                                                                               //
6
// Magic Cube is proprietary software licensed under an EULA which you should have received      //
7
// along with the code. If not, check https://distorted.org/magic/License-Magic-Cube.html        //
8
///////////////////////////////////////////////////////////////////////////////////////////////////
9

    
10
package org.distorted.solvers;
11

    
12
import org.distorted.solverui.ScreenSolver;
13

    
14
///////////////////////////////////////////////////////////////////////////////////////////////////
15

    
16
public interface SolvingInterface
17
{
18
  public void solve(ScreenSolver screen);
19
}
(15-15/17)