NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
g3d_scnmdl1mat1shp.h
1
#ifndef NW4R_G3D_SCN_MDL_1MAT_1SHP_H
2
#define NW4R_G3D_SCN_MDL_1MAT_1SHP_H
3
#include <nw4r/types_nw4r.h>
4
5
#include <nw4r/g3d/g3d_scnobj.h>
6
#include <nw4r/g3d/res/g3d_resmat.h>
7
#include <nw4r/g3d/res/g3d_resshp.h>
8
9
namespace
nw4r {
10
namespace
g3d
{
11
12
class
ScnMdl1Mat1Shp
:
public
ScnLeaf {
13
public
:
14
ResMat
GetResMat() {
15
return
mResMat;
16
}
17
ResShp
GetResShp() {
18
return
mResShp;
19
}
20
21
private
:
22
ResMat
mResMat;
// at 0xE8
23
ResShp
mResShp;
// at 0xEC
24
25
NW4R_G3D_RTTI_DECL_DERIVED(
ScnMdl1Mat1Shp
, ScnLeaf);
26
};
27
28
}
// namespace g3d
29
}
// namespace nw4r
30
31
#endif
nw4r::g3d::ResMat
Definition
g3d_resmat.h:542
nw4r::g3d::ResShp
Definition
g3d_resshp.h:101
nw4r::g3d::ScnMdl1Mat1Shp
Definition
g3d_scnmdl1mat1shp.h:12
nw4r::g3d
3D graphics drawing library.
Definition
g3d_3dsmax.h:10
include
lib
nw4r
g3d
g3d_scnmdl1mat1shp.h
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.13.2