mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
13 lines
334 B
C
13 lines
334 B
C
#ifndef POKEPLATINUM_UNION_OV97_022334FC_H
|
|
#define POKEPLATINUM_UNION_OV97_022334FC_H
|
|
|
|
#include "overlay097/struct_ov97_02232254.h"
|
|
#include "overlay097/struct_ov97_02232620.h"
|
|
|
|
typedef union {
|
|
UnkStruct_ov97_02232254 val1;
|
|
UnkStruct_ov97_02232620 val2;
|
|
} UnkUnion_ov97_022334FC;
|
|
|
|
#endif // POKEPLATINUM_UNION_OV97_022334FC_H
|