diff options
Diffstat (limited to 'src/interfaces/scene.hpp')
-rw-r--r-- | src/interfaces/scene.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interfaces/scene.hpp b/src/interfaces/scene.hpp index 0a51b6e..88cb3b1 100644 --- a/src/interfaces/scene.hpp +++ b/src/interfaces/scene.hpp @@ -24,4 +24,5 @@ public: using ISceneFactory = Factory<std::unique_ptr<IScene>( const std::shared_ptr<ICursorController> &cursor_controller, - const std::shared_ptr<IWindow> &window)>; + const std::shared_ptr<IWindow> &window +)>; |