prime/include/Kyoto/Basics/RAssertDolphin.hpp

13 lines
248 B
C++
Raw Normal View History

#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