[ox] Fix GBA compile errors

This commit is contained in:
2019-10-28 00:40:56 -05:00
parent bae1908c3b
commit 4f81c47734
3 changed files with 3 additions and 2 deletions

View File

@ -18,6 +18,7 @@
#define OxError(x) static_cast<ox::Error>(x)
#endif
#define oxIgnoreError(x)
#define oxReturnError(x) if (const auto _err = ox::error::toError(x)) return _err
namespace ox {