[keel] Cleanup

This commit is contained in:
Gary Talent 2023-04-01 20:18:16 -05:00
parent 651db7a842
commit 834d01226d
2 changed files with 1 additions and 3 deletions

View File

@ -10,8 +10,6 @@
#include <ox/std/trace.hpp>
#include "media.hpp"
namespace keel {
ox::Result<char*> loadRom(ox::CRStringView path) noexcept {

View File

@ -139,7 +139,7 @@ ox::Error setRomFs(Context *ctx, ox::UPtr<ox::FileSystem> fs) noexcept;
ox::Result<ox::UniquePtr<ox::FileSystem>> loadRomFs(ox::CRStringView path) noexcept;
ox::Result<char*> loadRom(ox::CRStringView assetId = "") noexcept;
ox::Result<char*> loadRom(ox::CRStringView path = "") noexcept;
void unloadRom(char*) noexcept;