Squashed 'deps/nostalgia/' changes from fbebf4ef..646ab128
646ab128 [nostalgia/gfx] Cleanup 74cf0556 [nostalgia] Cleanup 0d8ba1b1 [nostalgia/gfx] Cleanup formatting mistake 20edbb7f [buildcore] Map aarch64 to arm64 6febc7cc [nostalgia] Fix build b94d6b50 [nostalgia] Remove scene package, finish stubbing out sound b3952cab [nostalgia] Add build upload step to CI 2ffc11b0 Merge commit 'e723ead864edb4bc160e4d69713309174ad9e82e' 96cace2c [studio] Cleanup 472f5702 [nostalgia/gfx/studio/tilesheet] Change max export scale to 135 c0ac4345 [studio] Cleanup git-subtree-dir: deps/nostalgia git-subtree-split: 646ab1283f1f486d301e742459467e7bbfdfc8f5
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user