|
SSBM Decomp
|
#include <ftwaitanim.h>
Data Fields | |
| union { | |
| struct { | |
| int * x | |
| int * y | |
| } p | |
| struct { | |
| int x | |
| int y | |
| } i | |
| } | u |
| int* WaitStruct::x |
| int* WaitStruct::y |
| struct { ... } WaitStruct::p |
| int WaitStruct::x |
| int WaitStruct::y |
| struct { ... } WaitStruct::i |
| union { ... } WaitStruct::u |