[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
+2 -2
View File
@@ -3,7 +3,7 @@
*/
#include <nostalgia/gfx/keelmodule.hpp>
#include <nostalgia/scene/keelmodule.hpp>
#include <nostalgia/sound/keelmodule.hpp>
namespace nostalgia {
@@ -14,7 +14,7 @@ void registerKeelModules() noexcept {
}
modulesRegistered = true;
keel::registerModule(gfx::keelModule());
keel::registerModule(scene::keelModule());
keel::registerModule(sound::keelModule());
}
}