[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

View File

@@ -11,15 +11,15 @@
namespace nostalgia::core {
ox::Error initGfx(Context*) {
return 1;
return OxError(1);
}
ox::Error initConsole(Context*) {
return 1;
return OxError(1);
}
ox::Error loadTileSheet(Context*, InodeId_t) {
return 1;
return OxError(1);
}
void puts(Context*, int, const char*) {