sraaphorst / spelunker

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

T5: Major refactor of directory structure #47

Closed sraaphorst closed 6 years ago

sraaphorst commented 6 years ago

This PR:

  1. Splits the source files up into their own directory according to namespace; and

  2. Tidy up the DisjointSetHelper so it still works but is safely tucked into namespace types.

  3. Wrote some CMakeLists.txt files for each directory to handle things.

There is still a lot of room for improvement, but this is an excellent start.