Split Display (gui) and Maze (work), prepare for another model
- prepare for a shorter storage model without any resolution
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package org.artisanlogiciel.games.maze.model;
|
||||
|
||||
public interface WidthHeightProvider {
|
||||
|
||||
int getWidth();
|
||||
|
||||
int getHeight();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user