mirror of
https://github.com/lov3b/Schack.git
synced 2024-11-14 00:50:09 +01:00
17 lines
320 B
Java
17 lines
320 B
Java
|
/*
|
||
|
* To change this license header, choose License Headers in Project Properties.
|
||
|
* To change this template file, choose Tools | Templates
|
||
|
* and open the template in the editor.
|
||
|
*/
|
||
|
package schack;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
* @author lovbil251
|
||
|
*/
|
||
|
public interface DiagonalWalk
|
||
|
{
|
||
|
public void walDiagonal();
|
||
|
|
||
|
}
|