mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-15 22:59:07 +00:00
Minor formatting cleanup
This commit is contained in:
parent
adaa52fede
commit
111d3b0d70
@ -4,7 +4,7 @@ typedef struct PTMF {
|
|||||||
long vtbl_offset; // offset in vtable (-1: not a virtual function)
|
long vtbl_offset; // offset in vtable (-1: not a virtual function)
|
||||||
union {
|
union {
|
||||||
void* func_addr; //nonvirtual function address
|
void* func_addr; //nonvirtual function address
|
||||||
long ventry_offset; // offset of virtual function entry in vtable
|
long ventry_offset; // of virtual function entry in vtable
|
||||||
} func_data;
|
} func_data;
|
||||||
} PTMF;
|
} PTMF;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user