|
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 38 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 dDyl::DynamicName_t::mProf |
The profile name of this entry.
Definition at line 39 of file d_dylink.hpp.
| const char* dDyl::DynamicName_t::mModuleName |
The name of the module to load for the profile, or nullptr if the profile is statically linked.
Definition at line 40 of file d_dylink.hpp.