Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
ptmf.h
Go to the documentation of this file.
1
#ifndef PTMF_H
2
#define PTMF_H
3
4
typedef
struct
__ptmf
{
5
long
this_delta
;
// self-explanatory
6
long
v_offset
;
// vtable offset
7
union
{
8
void
*
f_addr
;
// function address
9
long
ve_offset
;
// virtual function entry offset (of vtable)
10
}
f_data
;
11
}
__ptmf
;
12
13
#endif
/* PTMF_H */
__ptmf
Definition
ptmf.h:4
__ptmf::this_delta
long this_delta
Definition
ptmf.h:5
__ptmf::f_data
union __ptmf::@19 f_data
__ptmf::f_addr
void * f_addr
Definition
ptmf.h:8
__ptmf::v_offset
long v_offset
Definition
ptmf.h:6
__ptmf::ve_offset
long ve_offset
Definition
ptmf.h:9
src
PowerPC_EABI_Support
Runtime
Inc
ptmf.h
Generated by
1.9.8