From 7de921836587cdc359c2c4b84ed6446ada16c008 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 22 May 2022 17:05:00 +0200 Subject: refactor: remove window class --- src/interfaces/game.hpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/interfaces/game.hpp') diff --git a/src/interfaces/game.hpp b/src/interfaces/game.hpp index e4df51c..a54782a 100644 --- a/src/interfaces/game.hpp +++ b/src/interfaces/game.hpp @@ -3,7 +3,6 @@ #include "interfaces/command.hpp" #include "interfaces/cursor.hpp" #include "interfaces/scene.hpp" -#include "interfaces/window.hpp" #include @@ -26,13 +25,6 @@ public: -> std::unordered_map> = 0; }; -/* -using IGameFactory = std::unique_ptr (*)( - const std::shared_ptr &window, const std::shared_ptr &scene, - const std::shared_ptr &cursor_controller); - */ - using IGameFactory = yacppdic::Factory( - const std::shared_ptr &window, const std::shared_ptr &scene, const std::shared_ptr &cursor_controller)>; -- cgit v1.2.3-18-g5258