aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/scene.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/interfaces/scene.hpp b/src/interfaces/scene.hpp
index daabb10..b7bb97d 100644
--- a/src/interfaces/scene.hpp
+++ b/src/interfaces/scene.hpp
@@ -7,8 +7,6 @@
#include "engine/data/bounds.hpp"
#include "engine/data/vector2.hpp"
-#include <yacppdic/factory.hpp>
-
#include <memory>
#include <string_view>
#include <utility>
@@ -39,5 +37,3 @@ public:
-> std::vector<std::pair<std::shared_ptr<IComponent>, Vector2>> = 0;
};
-using ISceneFactory = yacppdic::Factory<std::unique_ptr<IScene>(
- const std::shared_ptr<ICursorController> &cursor_controller)>;