Dawn/src/dawnpoker/dawnpoker.cpp
2024-09-08 15:30:41 -05:00

12 lines
278 B
C++

// 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<void(Scene&)> Scene::getInitialScene() {
return Dawn::testScene;
}