Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
NMWException.h File Reference

Go to the source code of this file.

Classes

struct  DestructorChain
 

Typedefs

typedef short vbase_ctor_arg_type
 
typedef char local_cond_type
 
typedef struct DestructorChain DestructorChain
 

Functions

void __unregister_fragment (int fragmentID)
 
int __register_fragment (struct __eti_init_info *info, char *TOC)
 
void * __register_global_object (void *object, void *destructor, void *regmem)
 
void __destroy_global_chain (void)
 

Typedef Documentation

◆ DestructorChain

typedef struct DestructorChain DestructorChain

◆ local_cond_type

typedef char local_cond_type

◆ vbase_ctor_arg_type

typedef short vbase_ctor_arg_type

Function Documentation

◆ __destroy_global_chain()

void __destroy_global_chain ( void )

◆ __register_fragment()

int __register_fragment ( struct __eti_init_info * info,
char * TOC )

◆ __register_global_object()

void * __register_global_object ( void * object,
void * destructor,
void * regmem )

◆ __unregister_fragment()

void __unregister_fragment ( int fragmentID)