[nostalgia,olympic] Update for Ox changes

This commit is contained in:
2024-04-24 00:54:43 -05:00
parent 78955376d6
commit 0764720f9a
7 changed files with 9 additions and 9 deletions
@@ -10,7 +10,7 @@
namespace nostalgia::scene {
class SceneModule: public keel::Module {
static class: public keel::Module {
private:
SceneDocToSceneStaticConverter m_sceneDocToSceneStaticConverter;
@@ -42,9 +42,8 @@ class SceneModule: public keel::Module {
};
}
};
} mod;
static const SceneModule mod;
const keel::Module *keelModule() noexcept {
return &mod;
}