Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
db.c File Reference

Functions

void DBInit (void)
 
void __DBExceptionDestinationAux (void)
 
asm void __DBExceptionDestination (void)
 
BOOL __DBIsExceptionMarked (__OSException exception)
 
void DBPrintf (char *format,...)
 

Variables

static DBInterface__DBInterface
 
static int DBVerbose
 

Function Documentation

◆ __DBExceptionDestination()

asm void __DBExceptionDestination ( void  )

◆ __DBExceptionDestinationAux()

void __DBExceptionDestinationAux ( void  )

◆ __DBIsExceptionMarked()

BOOL __DBIsExceptionMarked ( __OSException  exception)

◆ DBInit()

void DBInit ( void  )

◆ DBPrintf()

void DBPrintf ( char format,
  ... 
)

Variable Documentation

◆ __DBInterface

DBInterface* __DBInterface
static

◆ DBVerbose

int DBVerbose
static