/* * Copyright 2016 - 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once #include #include #include namespace nostalgia { [[maybe_unused]] // GCC warns about the existence of this "unused" inline list in a header file... inline ox::Vector()>, 2> BuiltinModules = { []() -> ox::UPtr { return ox::UPtr(new core::StudioModule()); }, []() -> ox::UPtr { return ox::UPtr(new scene::StudioModule()); }, }; }