[nostalgia] Switch to strong int Error
This commit is contained in:
@@ -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*) {
|
||||
|
Reference in New Issue
Block a user