pmd-red/include/options_menu2.h
2025-06-12 23:56:54 +02:00

22 lines
471 B
C

#ifndef GUARD_OPTIONS_MENU2_H
#define GUARD_OPTIONS_MENU2_H
#include "game_options.h"
#include "structs/menu.h"
// size: 0xAC
struct unkStruct_203B260
{
/* 0x0 */ GameOptions *optionsMenu;
/* 0x4 */ TouchScreenMenuInput unk4;
/* 0x10 */ MenuInputStruct input;
u32 unk44;
WindowTemplate *unk48;
WindowTemplates unk4C;
};
bool8 sub_801E198(GameOptions *optionsMenu);
u32 sub_801E218(void);
void sub_801E2C4(void);
#endif // GUARD_OPTIONS_MENU2_H