blob: 1b12bf92af94fbbc92f47ce5643a027512bf6f77 (
plain)
1
2
3
4
5
6
7
8
|
#ifndef D_COM_LIB_GAME
#define D_COM_LIB_GAME
#include "SSystem/SComponent/c_phase.h"
cPhs_State dComLbG_PhaseHandler(request_of_phase_process_class*, request_of_phase_process_fn*, void*);
#endif /* D_COM_LIB_GAME */
|