NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
resource.hpp
1
#pragma once
2
#include <lib/nw4r/lyt/lyt_resource.hpp>
3
4
namespace
m2d {
5
6
class
ResAccIf_c
{
7
public
:
8
virtual
~ResAccIf_c
() = 0;
9
virtual
void
creater() = 0;
10
11
bool
attach(
void
*,
const
char
*);
12
void
detach();
13
void
*getResource(
unsigned
long
,
const
char
*);
14
15
private
:
16
nw4r::lyt::ResourceAccessor
*mpResAccessor;
17
void
*mpResource;
18
};
19
20
}
// namespace m2d
m2d::ResAccIf_c
Definition
resource.hpp:6
nw4r::lyt::ResourceAccessor
Definition
lyt_resource.hpp:8
include
game
mLib
m2d
resource.hpp
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.12.0