diff options
Diffstat (limited to 'include/SSystem/SComponent')
| -rw-r--r-- | include/SSystem/SComponent/c_phase.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/SSystem/SComponent/c_phase.h b/include/SSystem/SComponent/c_phase.h index 5ab4f80537..883422a6b1 100644 --- a/include/SSystem/SComponent/c_phase.h +++ b/include/SSystem/SComponent/c_phase.h @@ -20,6 +20,8 @@ typedef struct request_of_phase_process_class { int mPhaseStep; } request_of_phase_process_class; +typedef int (**request_of_phase_process_fn)(void*); + void cPhs_Reset(request_of_phase_process_class* pPhase); void cPhs_Set(request_of_phase_process_class* pPhase, cPhs__Handler* pHandlerTable); void cPhs_UnCompleate(request_of_phase_process_class* pPhase); |
