mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 23:18:36 -05:00
21 lines
636 B
C
21 lines
636 B
C
#ifndef POKEPLATINUM_UNION_0204C4D0_H
|
|
#define POKEPLATINUM_UNION_0204C4D0_H
|
|
|
|
#include "struct_defs/struct_0204C4D0_sub1.h"
|
|
#include "struct_defs/struct_0204C4D0_sub2.h"
|
|
#include "struct_defs/struct_0204C4D0_sub3.h"
|
|
#include "struct_defs/struct_0204C4D0_sub4.h"
|
|
#include "struct_defs/struct_0204C4D0_sub5.h"
|
|
#include "struct_defs/struct_0204C4D0_sub6.h"
|
|
|
|
typedef union {
|
|
UnkStruct_0204C4D0_sub1 val1;
|
|
UnkStruct_0204C4D0_sub2 val2;
|
|
UnkStruct_0204C4D0_sub3 val3;
|
|
UnkStruct_0204C4D0_sub4 val4;
|
|
UnkStruct_0204C4D0_sub5 val5;
|
|
UnkStruct_0204C4D0_sub6 val6;
|
|
} UnkUnion_0204C4D0;
|
|
|
|
#endif // POKEPLATINUM_UNION_0204C4D0_H
|