Files
tww/include/d/d_com_lib_game.h
T
Luke Street adb95b135c Import project
Original repository: https://github.com/encounter/ww
2023-09-10 00:48:55 -04:00

9 lines
213 B
C

#ifndef D_COM_LIB_GAME
#define D_COM_LIB_GAME
#include "SSystem/SComponent/c_phase.h"
int dComLbG_PhaseHandler(request_of_phase_process_class*, request_of_phase_process_fn*, void*);
#endif /* D_COM_LIB_GAME */