Definition at line 2133 of file common_structs.h.
#include "common_structs.h"
Data Fields | |
int | i |
void(* | func )(s32 windowIndex, s32 *flags, s32 *posX, s32 *posY, s32 *posZ, f32 *scaleX, f32 *scaleY, f32 *rotX, f32 *rotY, f32 *rotZ, s32 *darkening, s32 *opacity) |
int WindowUpdateFunc::i |
Definition at line 2134 of file common_structs.h.
Referenced by pause_tabs_update(), render_windows(), set_window_properties(), set_window_update(), and setup_pause_menu_tab().
void(* WindowUpdateFunc::func) (s32 windowIndex, s32 *flags, s32 *posX, s32 *posY, s32 *posZ, f32 *scaleX, f32 *scaleY, f32 *rotX, f32 *rotY, f32 *rotZ, s32 *darkening, s32 *opacity) |
Definition at line 2135 of file common_structs.h.
Referenced by filemenu_draw_contents_choose_name(), pause_tabs_update(), and render_windows().