[nostalgia,olympic] Fix pack tool build for Windows

This commit is contained in:
2024-12-02 21:10:52 -06:00
parent 2b7d12945e
commit bd91137d27
4 changed files with 4 additions and 3 deletions
@@ -92,7 +92,7 @@ static class: public keel::Module {
},
};
}
} mod;
} const mod;
keel::Module const*keelModule() noexcept {
return &mod;
@@ -25,7 +25,7 @@ static class: public studio::Module {
out.emplace_back(ox::make<studio::ItemMakerT<core::Palette>>("Palette", "Palettes", FileExt_npal));
return out;
}
} mod;
} const mod;
const studio::Module *studioModule() noexcept {
return &mod;