7#include "SD/export.hpp"
18 Scene* create(
const std::string& name);
19 Scene* get(
const std::string& name)
const;
23 for (
auto&
scene : m_scenes) {
30 for (
const auto&
scene : m_scenes) {
Definition SceneManager.hpp:14
void for_each(F &&fn) const
Definition SceneManager.hpp:29
void for_each(F &&fn)
Definition SceneManager.hpp:22
std::vector< std::unique_ptr< Scene > > m_scenes
Definition SceneManager.hpp:38
Definition Application.hpp:28
constexpr T g_type_max
Definition types.hpp:21