[keel] Cleanup
This commit is contained in:
parent
651db7a842
commit
834d01226d
@ -10,8 +10,6 @@
|
|||||||
|
|
||||||
#include <ox/std/trace.hpp>
|
#include <ox/std/trace.hpp>
|
||||||
|
|
||||||
#include "media.hpp"
|
|
||||||
|
|
||||||
namespace keel {
|
namespace keel {
|
||||||
|
|
||||||
ox::Result<char*> loadRom(ox::CRStringView path) noexcept {
|
ox::Result<char*> loadRom(ox::CRStringView path) noexcept {
|
||||||
|
@ -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<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;
|
void unloadRom(char*) noexcept;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user