7#include "SD/export.hpp"
15 Scene* create(
Arena* arena,
const std::string& name);
16 Scene* get(
const std::string& name)
const;
20 for (
auto* scene : m_scenes) {
27 for (
const auto* scene : m_scenes) {
Definition Application.hpp:22
Definition SceneManager.hpp:14
void for_each(F &&fn) const
Definition SceneManager.hpp:26
void for_each(F &&fn)
Definition SceneManager.hpp:19
std::vector< Scene * > m_scenes
Definition SceneManager.hpp:34
consteval U64 type_id_of()
Definition type_id.hpp:6