mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-23 15:01:33 -04:00
adb95b135c
Original repository: https://github.com/encounter/ww
9 lines
213 B
C
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 */
|