diff options
| author | Pheenoh <pheenoh@gmail.com> | 2023-03-09 01:26:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-09 01:26:11 -0700 |
| commit | 500d079c40b17e52abf40ec32ad9457d384ce921 (patch) | |
| tree | ee3f19edf83501d4cde46dafa386227c9437b05c /src/d/d_path.cpp | |
| parent | f31ab5ae0be3de6e0910b2d5942e33458be043ac (diff) | |
d_eye_hl OK, d_spline_path and JASSeqReader work (#307)
Diffstat (limited to 'src/d/d_path.cpp')
| -rw-r--r-- | src/d/d_path.cpp | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/d/d_path.cpp b/src/d/d_path.cpp index b97537deb9..49693106a3 100644 --- a/src/d/d_path.cpp +++ b/src/d/d_path.cpp @@ -1,11 +1,9 @@ -// -// Generated By: dol2asm -// Translation Unit: d/d_path -// +/** + * d_path.cpp + * dolzel2 - Room Path & Point Management + */ #include "d/d_path.h" -#include "dol2asm.h" -#include "dolphin/types.h" #include "d/com/d_com_inf_game.h" /* 800517B0-800517EC 04C0F0 003C+00 0/0 7/7 63/63 .text dPath_GetPnt__FPC5dPathi */ |
