support boards that wrap

This commit is contained in:
Gavin McDonald
2019-01-13 15:23:39 -05:00
parent 5e537d6895
commit 7548f52252
2 changed files with 32 additions and 5 deletions

View File

@@ -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