#pragma once #include "randomization.hpp" #include struct GameOptions { std::shared_ptr random_gen; };