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

Functions

void cPhs_Reset (request_of_phase_process_class *phase)
 
void cPhs_Set (request_of_phase_process_class *phase, cPhs__Handler *handlerTbl)
 
void cPhs_UnCompleate (request_of_phase_process_class *phase)
 
int cPhs_Compleate (request_of_phase_process_class *phase)
 
int cPhs_Next (request_of_phase_process_class *phase)
 
int cPhs_Do (request_of_phase_process_class *phase, void *data)
 
int cPhs_Handler (request_of_phase_process_class *phase, cPhs__Handler *handlerTbl, void *data)
 

Function Documentation

◆ cPhs_Compleate()

int cPhs_Compleate ( request_of_phase_process_class phase)

◆ cPhs_Do()

int cPhs_Do ( request_of_phase_process_class phase,
void data 
)

◆ cPhs_Handler()

int cPhs_Handler ( request_of_phase_process_class phase,
cPhs__Handler handlerTbl,
void data 
)

◆ cPhs_Next()

int cPhs_Next ( request_of_phase_process_class phase)

◆ cPhs_Reset()

◆ cPhs_Set()

void cPhs_Set ( request_of_phase_process_class phase,
cPhs__Handler handlerTbl 
)

◆ cPhs_UnCompleate()

void cPhs_UnCompleate ( request_of_phase_process_class phase)