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_line_iter.cpp | |
| parent | 6c2e18af70dcc392b49cacf77fdb6ff8a164c0a5 (diff) | |
Misc Changes (#306)
Diffstat (limited to 'src/f_pc/f_pc_line_iter.cpp')
| -rw-r--r-- | src/f_pc/f_pc_line_iter.cpp | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/src/f_pc/f_pc_line_iter.cpp b/src/f_pc/f_pc_line_iter.cpp index 739471a4a7..ce6f02b5ff 100644 --- a/src/f_pc/f_pc_line_iter.cpp +++ b/src/f_pc/f_pc_line_iter.cpp @@ -1,21 +1,16 @@ -// -// Generated By: dol2asm -// Translation Unit: f_pc/f_pc_line_iter -// +/** + * f_pc_line_iter.cpp + * Framework - Process Line Iterator + */ #include "f_pc/f_pc_line_iter.h" #include "SSystem/SComponent/c_tag_iter.h" #include "SSystem/SComponent/c_tree_iter.h" -#include "dol2asm.h" -#include "dolphin/types.h" #include "f_pc/f_pc_base.h" #include "f_pc/f_pc_create_tag.h" #include "f_pc/f_pc_layer.h" #include "f_pc/f_pc_line.h" -// -// Declarations: -// /* 800236C0-80023728 0068+00 s=1 e=0 z=0 None .text * fpcLnIt_MethodCall__FP16create_tag_classP13method_filter */ |
