diff options
| author | Erin Moon <erin@hecke.rs> | 2020-12-25 19:59:52 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-25 20:59:52 -0500 |
| commit | 58fc83c4f804e72019dc9ccbcc389affe7a9f3ed (patch) | |
| tree | d287ca8be8511f1a826b1d62aa6461ab1a76fcf4 /src/m_Do/m_Do_main.cpp | |
| parent | 22bda03652efbecd77e1fa3597dfdecee768ec06 (diff) | |
m_Do_Reset: OK (#35)
* m_Do_Reset: split and (some) decomp
decompiles:
- my_OSCancelAlarmAll()
- destroyVideo()
* mDoRst::reset(): decompile, plus some supporting code
* split DVD* functions to dvd.h
* mDoRst::resetCallBack(): decompile
Diffstat (limited to 'src/m_Do/m_Do_main.cpp')
| -rw-r--r-- | src/m_Do/m_Do_main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/m_Do/m_Do_main.cpp b/src/m_Do/m_Do_main.cpp index 89fde48972..bdeab13d78 100644 --- a/src/m_Do/m_Do_main.cpp +++ b/src/m_Do/m_Do_main.cpp @@ -1,5 +1,7 @@ #include "m_Do/m_Do_main/m_Do_main.h" +#include "m_Do/m_Do_reset/m_Do_reset.h" #include "d/d_com/d_com_inf_game/d_com_inf_game.h" +#include "dvd/dvd.h" #include "global.h" void version_check(void) { |
