NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
Go to the source code of this file.
Functions | |
__declspec (section ".ctors") extern voidFctPtr _ctors[] | |
__declspec (section ".dtors") extern voidFctPtr _dtors[] | |
void | _prolog () |
Module initialization function. | |
void | _epilog () |
Module deinitialization function. | |
void | _unresolved () |
Fall-back function for failed/incomplete module relocations. | |
void _prolog | ( | ) |
Module initialization function.
Runs all the module's static initializers.
Definition at line 11 of file rel_init.cpp.
void _epilog | ( | ) |
Module deinitialization function.
Runs all the module's static destructors.
Definition at line 18 of file rel_init.cpp.
void _unresolved | ( | ) |
Fall-back function for failed/incomplete module relocations.
Definition at line 24 of file rel_init.cpp.