[nostalgia,olympic] Move olympic::run to global namespace

This commit is contained in:
2024-12-06 00:13:10 -06:00
parent 9a42a9b9d9
commit e0ec9e0c5f
4 changed files with 6 additions and 16 deletions
-4
View File
@@ -157,8 +157,6 @@ static ox::Error runScene(turbine::Context &tctx) {
return turbine::run(tctx);
}
namespace olympic {
ox::Error run(
[[maybe_unused]] ox::StringView project,
[[maybe_unused]] ox::StringView appName,
@@ -172,5 +170,3 @@ ox::Error run(
oxRequireM(tctx, turbine::init(std::move(fs), project));
return runTileSheetSetTest(*tctx);
}
}