NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
sDynNameTableEntry Struct Reference

#include <game/bases/d_dylink.hpp>

Description

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.

Member Data Documentation

◆ mProf

ProfileName sDynNameTableEntry::mProf

The profile name of this entry.

Definition at line 37 of file d_dylink.hpp.

◆ mModuleName

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.