NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
res_file.hpp
1
#pragma once
2
#include <lib/nw4r/g3d/res_mdl.hpp>
3
4
namespace
nw4r {
5
namespace
g3d
{
6
class
ResFile {
7
public
:
8
ResFile(
void
*p =
nullptr
) : data(p) {}
9
bool
CheckRevision()
const
;
10
void
Init();
11
void
Bind(ResFile);
12
ResMdl
GetResMdl(
const
char
*name)
const
;
13
14
void
*data;
15
};
16
}
17
}
nw4r::g3d::ResMdl
Definition
res_mdl.hpp:38
nw4r::g3d
3D graphics drawing library.
Definition
anm_obj.hpp:9
include
lib
nw4r
g3d
res_file.hpp
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.13.2