support boards that wrap
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
defmodule Cartographer do
|
||||
alias Cartographer.Board
|
||||
|
||||
defdelegate new_board(height, width), to: Board
|
||||
defdelegate new_board(height, width, wrap), to: Board
|
||||
|
||||
defdelegate height(board), to: Board
|
||||
|
||||
|
||||
Reference in New Issue
Block a user