mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-16 00:31:19 +00:00
13 lines
259 B
C++
13 lines
259 B
C++
#ifndef _RASSERTDOLPHIN
|
|
#define _RASSERTDOLPHIN
|
|
|
|
#include "types.h"
|
|
|
|
#include "dolphin/os.h"
|
|
|
|
void rs_debugger_printf(const char* format, ...);
|
|
void ErrorHandler(OSError code, OSContext* context, int, int);
|
|
void SetErrorHandlers();
|
|
|
|
#endif // _RASSERTDOLPHIN
|