#include "game.hpp" #include Game::Game(IVector2Factory vector2_factory) : _vector2_factory(std::move(vector2_factory)) { } void Game::run() {}