mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 15:49:02 -05:00
13 lines
316 B
C
13 lines
316 B
C
#ifndef POKEPLATINUM_UNION_OV97_0222D2B0_H
|
|
#define POKEPLATINUM_UNION_OV97_0222D2B0_H
|
|
|
|
#include "struct_defs/struct_0202DBAC.h"
|
|
#include "struct_defs/struct_0202DF40.h"
|
|
|
|
typedef union {
|
|
UnkStruct_0202DF40 val1;
|
|
UnkStruct_0202DBAC val2;
|
|
} UnkUnion_ov97_0222D2B0;
|
|
|
|
#endif // POKEPLATINUM_UNION_OV97_0222D2B0_H
|