2016-03-04 12:12:37 +00:00
|
|
|
|
2016-03-15 10:29:13 +00:00
|
|
|
// This work derives from Vittorio Romeo's code used for cppcon 2015 licensed under the Academic Free License.
|
|
|
|
// His code is available here: https://github.com/SuperV1234/cppcon2015
|
|
|
|
|
|
|
|
|
2016-03-04 12:12:37 +00:00
|
|
|
#include "Bitset.hpp"
|
2016-03-05 14:33:24 +00:00
|
|
|
#include "Manager.hpp"
|
2016-03-04 12:12:37 +00:00
|
|
|
|