[nostalgia/core] Make Context never move
This commit is contained in:
@@ -20,7 +20,7 @@ namespace nostalgia::core {
|
||||
|
||||
using event_handler = int(*)(Context*);
|
||||
|
||||
ox::Result<Context> init(ox::FileSystem *fs) noexcept;
|
||||
ox::Result<ox::UniquePtr<Context>> init(ox::FileSystem *fs) noexcept;
|
||||
|
||||
ox::Error run(Context *ctx) noexcept;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user