NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
ef_linkedobject.h
1
#ifndef NW4R_EF_LINKED_OBJECT_H
2
#define NW4R_EF_LINKED_OBJECT_H
3
#include <nw4r/types_nw4r.h>
4
5
#include <nw4r/math.h>
6
#include <nw4r/ut.h>
7
8
namespace
nw4r {
9
namespace
ef {
10
11
class
LinkedObject
{
12
public
:
13
ut::Link
mMemoryLink;
// at 0x0
14
ulong mObjectID;
// at 0x8
15
16
public
:
17
u16 GetObjectIdx()
const
{
18
return
mObjectID;
19
}
20
};
21
22
}
// namespace ef
23
}
// namespace nw4r
24
25
#endif
nw4r::ef::LinkedObject
Definition
ef_linkedobject.h:11
nw4r::ut::Link
Definition
ut_list.h:15
include
lib
nw4r
ef
ef_linkedobject.h
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.13.2