[nostalgia] Remove scene package, finish stubbing out sound
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user