[nostalgia/core] Make Context never move

This commit is contained in:
2021-07-18 16:11:23 -05:00
parent 70fd56ce0b
commit bed8c35218
5 changed files with 19 additions and 22 deletions
+1 -1
View File
@@ -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;