8 lines
146 B
Java
8 lines
146 B
Java
package dev.zontreck.libzontreck.mazegen;
|
|
|
|
/**
|
|
* All the basic functions a maze algorithm must implement
|
|
*/
|
|
public interface IMazeAlgorithm
|
|
{
|
|
}
|