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