Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
OSException.h File Reference

Go to the source code of this file.

Typedefs

typedef u8 __OSException
 
typedef void(* __OSExceptionHandler) (__OSException exception, OSContext *context)
 

Functions

__OSExceptionHandler __OSSetExceptionHandler (__OSException exception, __OSExceptionHandler handler)
 
__OSExceptionHandler __OSGetExceptionHandler (__OSException exception)
 

Typedef Documentation

◆ __OSException

typedef u8 __OSException

◆ __OSExceptionHandler

typedef void(* __OSExceptionHandler) (__OSException exception, OSContext *context)

Function Documentation

◆ __OSGetExceptionHandler()

__OSExceptionHandler __OSGetExceptionHandler ( __OSException exception)

◆ __OSSetExceptionHandler()

__OSExceptionHandler __OSSetExceptionHandler ( __OSException exception,
__OSExceptionHandler handler )