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

Go to the source code of this file.

Typedefs

typedef void(* VoidFunc) (void)
 

Functions

void _prolog ()
 
void _epilog ()
 
void _unresolved ()
 
void ModuleProlog (void)
 
void ModuleEpilog (void)
 
void ModuleUnresolved (void)
 
void ModuleConstructorsX (const VoidFunc *ctors)
 
void ModuleDestructorsX (const VoidFunc *dtors)
 

Variables

const VoidFunc _ctors []
 
const VoidFunc _dtors []
 

Typedef Documentation

◆ VoidFunc

typedef void(* VoidFunc) (void)

Function Documentation

◆ _epilog()

void _epilog ( )
extern

◆ _prolog()

void _prolog ( )
extern

◆ _unresolved()

void _unresolved ( )
extern

◆ ModuleConstructorsX()

void ModuleConstructorsX ( const VoidFunc ctors)
extern

◆ ModuleDestructorsX()

void ModuleDestructorsX ( const VoidFunc dtors)
extern

◆ ModuleEpilog()

void ModuleEpilog ( void  )
extern

◆ ModuleProlog()

void ModuleProlog ( void  )
extern

◆ ModuleUnresolved()

void ModuleUnresolved ( void  )
extern

Variable Documentation

◆ _ctors

const VoidFunc _ctors[]
extern

◆ _dtors

const VoidFunc _dtors[]
extern