NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
db.h
1#ifndef RVL_SDK_DB_H
2#define RVL_SDK_DB_H
3#include <types.h>
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8void DBInit(void);
9void __DBExceptionDestinationAux(void);
10void __DBExceptionDestination(void);
11BOOL __DBIsExceptionMarked(u8 exc);
12void DBPrintf(const char* msg, ...);
13
14#ifdef __cplusplus
15}
16#endif
17#endif