sraaphorst / spelunker

Maze generation and solving library
Other
11 stars 2 forks source link

T127: Major refactor. #130

Closed sraaphorst closed 6 years ago

sraaphorst commented 6 years ago

Removed type parameter from AbstractMaze, moving the behaviour requiring it into interfaces.

Moved as much out of header files as possible and into source files to clean up code and reduce compilation time.