mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
13 lines
347 B
C
13 lines
347 B
C
#ifndef POKEPLATINUM_UNION_MAIN_MENU_022334FC_H
|
|
#define POKEPLATINUM_UNION_MAIN_MENU_022334FC_H
|
|
|
|
#include "main_menu/struct_ov97_02232254.h"
|
|
#include "main_menu/struct_ov97_02232620.h"
|
|
|
|
typedef union {
|
|
UnkStruct_ov97_02232254 val1;
|
|
UnkStruct_ov97_02232620 val2;
|
|
} UnkUnion_ov97_022334FC;
|
|
|
|
#endif // POKEPLATINUM_UNION_MAIN_MENU_022334FC_H
|