Most of eggAssert

This commit is contained in:
robojumper
2024-05-06 00:12:56 +02:00
parent 126c5db943
commit defdaca00d
6 changed files with 229 additions and 18 deletions
+1
View File
@@ -41,6 +41,7 @@ extern OSErrorHandler __OSErrorTable[OS_ERR_MAX];
extern u32 __OSFpscrEnableBits;
DECL_WEAK void OSReport(const char *msg, ...);
DECL_WEAK void OSVReport(const char *msg, va_list args);
DECL_WEAK void OSPanic(const char *file, int line, const char *msg, ...);
OSErrorHandler OSSetErrorHandler(u16 error, OSErrorHandler handler);