NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
d_hbm.hpp
1
#pragma once
2
#include <types.h>
3
4
/// @ingroup bases
5
namespace
dHbm {
6
class
Manage_c
{
7
public
:
8
bool
Load();
9
10
u8 mPad[0x1d8];
11
u32 mFlags;
12
13
static
dHbm::Manage_c
*
GetInstance
();
///< Gets a pointer to the instance of this class.
14
};
15
16
}
// namespace dHbm
dHbm::Manage_c
Definition
d_hbm.hpp:6
dHbm::Manage_c::GetInstance
static dHbm::Manage_c * GetInstance()
Gets a pointer to the instance of this class.
include
game
bases
d_hbm.hpp
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.13.2