[nostalgia] Switch to strong int Error

This commit is contained in:
2019-07-28 00:32:42 -05:00
parent f4b336dd77
commit b107dc756b
21 changed files with 204 additions and 133 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
namespace nostalgia::core {
ox::Error init(Context *ctx) {
ox::Error err = 0;
auto err = OxError(0);
err = initGfx(ctx);
initHeap(); // this does nothing in userland builds
return err;