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
>
5
#include <
dolphin/db/DBInterface.h
>
6
7
#ifdef __cplusplus
8
extern
"C"
{
9
#endif
10
11
#define OS_DBINTERFACE_ADDR 0x00000040
12
13
BOOL
DBIsDebuggerPresent
(
void
);
14
void
DBPrintf
(
char
*str, ...);
15
16
#ifdef __cplusplus
17
}
18
#endif
19
20
#endif
// _DOLPHIN_DB_H_
DBInterface.h
DBPrintf
void DBPrintf(char *str,...)
DBIsDebuggerPresent
BOOL DBIsDebuggerPresent(void)
types.h
BOOL
int BOOL
Definition
types.h:20
extern
dolphin
include
dolphin
db.h
Generated by
1.15.0