papermario
Decompilation of Paper Mario
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Loading...
Searching...
No Matches
MenuPanel Struct Reference

#include <common_structs.h>

Data Fields

u8 initialized
 
s8 col
 
s8 row
 
u8 selected
 
s8 state
 
s8 numCols
 
s8 numRows
 
s8 numPages
 
u8 * gridData
 
void(* fpInit )(struct MenuPanel *)
 
void(* fpHandleInput )(struct MenuPanel *)
 
void(* fpUpdate )(struct MenuPanel *)
 
void(* fpCleanup )(struct MenuPanel *)
 

Field Documentation

◆ col

◆ fpCleanup

void(* MenuPanel::fpCleanup) (struct MenuPanel *)

Referenced by filemenu_cleanup(), and pause_cleanup().

◆ fpHandleInput

void(* MenuPanel::fpHandleInput) (struct MenuPanel *)

◆ fpInit

void(* MenuPanel::fpInit) (struct MenuPanel *)

Referenced by filemenu_init(), and pause_init().

◆ fpUpdate

void(* MenuPanel::fpUpdate) (struct MenuPanel *)

◆ gridData

u8* MenuPanel::gridData

◆ initialized

◆ numCols

◆ numPages

s8 MenuPanel::numPages

◆ numRows

◆ row

◆ selected

◆ state


The documentation for this struct was generated from the following file: