|
NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
#include <game/bases/d_dylink.hpp>
An entry in the profile to module name table.
Definition at line 36 of file d_dylink.hpp.
Public Attributes | |
| ProfileName | mProf |
| The profile name of this entry. | |
| const char * | mModuleName |
The name of the module to load for the profile, or nullptr if the profile is statically linked. | |
| ProfileName sDynNameTableEntry::mProf |
The profile name of this entry.
Definition at line 37 of file d_dylink.hpp.
| const char* sDynNameTableEntry::mModuleName |
The name of the module to load for the profile, or nullptr if the profile is statically linked.
Definition at line 38 of file d_dylink.hpp.