SSBM Decomp
Loading...
Searching...
No Matches
db.h
Go to the documentation of this file.
1#ifndef _DOLPHIN_DB_H_
2#define _DOLPHIN_DB_H_
3
4#include <dolphin/types.h>
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11#define OS_DBINTERFACE_ADDR 0x00000040
12
14void DBPrintf(char *str, ...);
15
16#ifdef __cplusplus
17}
18#endif
19
20#endif // _DOLPHIN_DB_H_
void DBPrintf(char *str,...)
BOOL DBIsDebuggerPresent(void)
int BOOL
Definition types.h:20