NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
base.hpp
1
#pragma once
2
#include <types.h>
3
#include <nw4r/ut.h>
4
5
namespace
m2d {
6
7
class
Base_c :
nw4r::ut::Link
{
8
public
:
9
Base_c() : mDrawOrder(128) {}
10
virtual
~Base_c() {}
11
virtual
void
draw();
12
13
void
entry();
14
15
u8 mDrawOrder;
16
};
17
18
}
// namespace m2d
nw4r::ut::Link
Definition
ut_list.h:15
include
game
mLib
m_2d
base.hpp
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.13.2