diff options
| author | Luke Street <luke.street@encounterpc.com> | 2023-09-10 00:42:26 -0400 |
|---|---|---|
| committer | Luke Street <luke.street@encounterpc.com> | 2023-09-10 00:48:55 -0400 |
| commit | adb95b135c3d7498eba29bbd9728d345eed5a407 (patch) | |
| tree | 655575b939c12067569263171b68c079b1a232c8 /src/d/d_com_lib_game.cpp | |
| parent | 81ac53f1317dafb3506ae3ed8b2820d40645c3c8 (diff) | |
Import project
Original repository: https://github.com/encounter/ww
Diffstat (limited to 'src/d/d_com_lib_game.cpp')
| -rw-r--r-- | src/d/d_com_lib_game.cpp | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/d/d_com_lib_game.cpp b/src/d/d_com_lib_game.cpp new file mode 100644 index 00000000..1e291365 --- /dev/null +++ b/src/d/d_com_lib_game.cpp @@ -0,0 +1,23 @@ +// +// Generated by dtk +// Translation Unit: d_com_lib_game.cpp +// + +#include "d/d_com_lib_game.h" +#include "SSystem/SComponent/c_phase.h" + +/* 800565CC-8005662C .text dComLbG_PhaseHandler__FP30request_of_phase_process_classPPFPv_iPv */ +int dComLbG_PhaseHandler(request_of_phase_process_class* i_phaseReq, cPhs__Handler* i_handler, + void* i_data) { + int phase = cPhs_Handler(i_phaseReq, i_handler, i_data); + switch (phase) { + case cPhs_NEXT_e: + phase = dComLbG_PhaseHandler(i_phaseReq, i_handler, i_data); + break; + case cPhs_LOADING_e: + case cPhs_UNK3_e: + break; + } + + return phase; +} |
