[nostalgia,olympic] Fix pack tool build for Windows
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user