NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
anm_vis.hpp
1
#pragma once
2
#include <game/mLib/m_3d/bmdl.hpp>
3
#include <game/mLib/m_3d/fanm.hpp>
4
5
namespace
m3d
{
6
class
anmVis_c
:
public
fanm_c
{
7
public
:
8
virtual
banm_c::anmType_e
getType()
const
{
return
banm_c::TYPE_ANM_VIS; };
9
10
bool
create(
nw4r::g3d::ResMdl
mdl,
nw4r::g3d::ResAnmVis
anmVis,
mAllocator_c
*allocator,
size_t
*objSize);
11
void
setAnm(
m3d::bmdl_c
&mdl,
nw4r::g3d::ResAnmVis
anmVis,
m3d::playMode_e
playMode);
12
void
setFrmCtrlDefault(
nw4r::g3d::ResAnmVis
&anmVis,
m3d::playMode_e
playMode);
13
};
14
}
m3d::anmVis_c
Definition
anm_vis.hpp:6
m3d::banm_c::anmType_e
anmType_e
Definition
banm.hpp:21
m3d::bmdl_c
Definition
bmdl.hpp:8
m3d::fanm_c::fanm_c
fanm_c()
Constructs an animation object.
Definition
fanm.cpp:3
mAllocator_c
An allocator class that wraps an EGG:Allocator .
Definition
m_allocator.hpp:8
nw4r::g3d::ResAnmVis
Definition
res_anm.hpp:13
nw4r::g3d::ResMdl
Definition
res_mdl.hpp:38
m3d
mLib 3D library
Definition
anm_chr.hpp:5
m3d::playMode_e
playMode_e
Definition
banm.hpp:7
include
game
mLib
m_3d
anm_vis.hpp
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.13.2