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

Typedefs

typedef void(dScope_c::* initFunc) ()
 
typedef void(dScope_c::* moveFunc) ()
 

Variables

initFunc init_process []
 
moveFunc move_process []
 

Typedef Documentation

◆ initFunc

typedef void(dScope_c::* initFunc) ()

◆ moveFunc

typedef void(dScope_c::* moveFunc) ()

Variable Documentation

◆ init_process

initFunc init_process[]
Initial value:
= {
}
void open_init()
Definition d_scope.cpp:174
void move_init()
Definition d_scope.cpp:192
void close_init()
Definition d_scope.cpp:196

◆ move_process

moveFunc move_process[]
Initial value:
= {
}
void close_proc()
Definition d_scope.cpp:198
void move_proc()
Definition d_scope.cpp:194
void open_proc()
Definition d_scope.cpp:180