mirror of https://github.com/PrimeDecomp/prime.git
13 lines
248 B
C++
13 lines
248 B
C++
|
#ifndef _RASSERTDOLPHIN_HPP
|
||
|
#define _RASSERTDOLPHIN_HPP
|
||
|
|
||
|
#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
|