diff options
| author | Pheenoh <pheenoh@gmail.com> | 2023-03-07 18:03:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-07 18:03:46 -0700 |
| commit | f31ab5ae0be3de6e0910b2d5942e33458be043ac (patch) | |
| tree | 4fbfdeda4e8bfac575a81ab9d4eaa79530ea35c5 /src/f_pc/f_pc_draw.cpp | |
| parent | 6c2e18af70dcc392b49cacf77fdb6ff8a164c0a5 (diff) | |
Misc Changes (#306)
Diffstat (limited to 'src/f_pc/f_pc_draw.cpp')
| -rw-r--r-- | src/f_pc/f_pc_draw.cpp | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/src/f_pc/f_pc_draw.cpp b/src/f_pc/f_pc_draw.cpp index 4ce1ebbebb..d00104e032 100644 --- a/src/f_pc/f_pc_draw.cpp +++ b/src/f_pc/f_pc_draw.cpp @@ -1,19 +1,13 @@ -// -// Generated By: dol2asm -// Translation Unit: f_pc/f_pc_draw -// +/** + * f_pc_draw.cpp + * Framework - Process Draw + */ #include "f_pc/f_pc_draw.h" #include "SSystem/SComponent/c_API_graphic.h" -#include "dol2asm.h" -#include "dolphin/types.h" #include "f_pc/f_pc_leaf.h" #include "f_pc/f_pc_pause.h" -// -// Declarations: -// - /* 80023954-800239F4 00A0+00 s=0 e=1 z=0 None .text fpcDw_Execute__FP18base_process_class */ s32 fpcDw_Execute(base_process_class* pProc) { if (!fpcPause_IsEnable(pProc, 2)) { |
