[nostalgia] Remove scene package, finish stubbing out sound

This commit is contained in:
2025-02-23 00:49:58 -06:00
parent b3952cabbc
commit b94d6b5061
24 changed files with 8 additions and 788 deletions
@@ -0,0 +1,13 @@
/*
* Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved.
*/
#pragma once
#include <keel/module.hpp>
namespace nostalgia::sound {
const keel::Module *keelModule() noexcept;
}
@@ -0,0 +1,13 @@
/*
* Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved.
*/
#pragma once
#include <studio/studio.hpp>
namespace nostalgia::sound {
const studio::Module *studioModule() noexcept;
}
@@ -6,7 +6,7 @@
#include <studio/studio.hpp>
namespace nostalgia::gfx {
namespace nostalgia::sound {
static class: public studio::Module {
ox::Vector<studio::EditorMaker> editors(studio::StudioContext&) const noexcept final {