NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
d_rc.hpp
1
#pragma once
2
3
#include <types.h>
4
#include <game/mLib/m_vec.hpp>
5
6
class
dActor_c
;
7
class
dBc_c
;
8
class
dRide_ctr_c;
9
10
class
dRc_c {
11
public
:
12
dRc_c();
13
virtual
~dRc_c();
14
15
void
set(
dActor_c
*actor, u8 lineKind);
16
17
void
clrLink();
18
void
chkLink();
19
20
dActor_c
*mpOwner;
21
mVec3_c
*mpOwnerPos;
22
dRc_c *mpNext;
23
dRide_ctr_c *mpRide[2];
24
dBc_c
*mpBc;
25
float
m_1c[4];
26
short
mRotation;
27
u8 mLineKind;
28
u8 mRideType;
29
u8 pad2[2];
30
u8 mLayer;
31
};
dActor_c
The minimum required implementation for a stage actor.
Definition
d_actor.hpp:15
dBc_c
Definition
d_bc.hpp:5
mVec3_c
A three-dimensional floating point vector.
Definition
m_vec.hpp:100
include
game
bases
d_rc.hpp
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.13.2