From 38f14606c78c119d452f302f17329455e29a9a6f Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 10 Mar 2022 19:12:31 +0100 Subject: refactor: rename game initializer & move input config --- src/game/game.cpp | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'src/game/game.cpp') diff --git a/src/game/game.cpp b/src/game/game.cpp index 0773f2c..dafa847 100644 --- a/src/game/game.cpp +++ b/src/game/game.cpp @@ -1,14 +1,3 @@ #include "game.hpp" -#include - -Game::Game(std::shared_ptr input_configurator) - : _input_configurator(std::move(input_configurator)) -{ -} - -void Game::run(IScene & /*scene*/, IInputHandler &input_handler) -{ - _input_configurator->configure(input_handler); - input_handler.listen(); -} +void Game::run() {} -- cgit v1.2.3-18-g5258