Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
f_op_view.cpp File Reference

Functions

void fopVw_Draw (view_class *i_this)
 
void fopVw_Execute (view_class *i_this)
 
s32 fopVw_IsDelete (void *i_this)
 
s32 fopVw_Delete (view_class *i_this)
 
s32 fopVw_Create (void *i_this)
 

Variables

leafdraw_method_class g_fopVw_Method
 

Function Documentation

◆ fopVw_Create()

s32 fopVw_Create ( void i_this)

◆ fopVw_Delete()

s32 fopVw_Delete ( view_class i_this)

◆ fopVw_Draw()

void fopVw_Draw ( view_class i_this)

f_op_view.cpp View Process Framework

◆ fopVw_Execute()

void fopVw_Execute ( view_class i_this)

◆ fopVw_IsDelete()

s32 fopVw_IsDelete ( void i_this)

Variable Documentation

◆ g_fopVw_Method

leafdraw_method_class g_fopVw_Method
Initial value:
= {
}
s32 fopVw_IsDelete(void *i_this)
Definition f_op_view.cpp:20
void fopVw_Draw(view_class *i_this)
Definition f_op_view.cpp:10
s32 fopVw_Delete(view_class *i_this)
Definition f_op_view.cpp:26
void fopVw_Execute(view_class *i_this)
Definition f_op_view.cpp:15
s32 fopVw_Create(void *i_this)
Definition f_op_view.cpp:31
int(* process_method_func)(void *)
Definition f_pc_method.h:7