// Copyright (c) 2024 Dominic Masters // // This software is released under the MIT License. // https://opensource.org/licenses/MIT #include "scenes/SceneList.hpp" using namespace Dawn; const std::function Scene::getInitialScene() { return Dawn::testScene; }