sraaphorst / spelunker

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

Add general observer / observable interface based on Boost.Signals2 #105

Closed sraaphorst closed 6 years ago

sraaphorst commented 6 years ago

Subtask of #6.

Largely taken from: https://thehermeticvault.com/software-development/making-boost-signals2-more-oop-friendly

sraaphorst commented 6 years ago

Done. Terms modified as per https://github.com/sraaphorst/spelunker/pull/106.