#include "cc3k.h" #include "constants.h" CC3K::CC3K(const feature enabled_features, input *in, output *out, RNG *rng): enabled_features{enabled_features}, in{in}, out{out}, rng{rng} { curr_menu = std::make_unique