diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2023-10-25 13:16:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-25 23:16:56 +0300 |
| commit | e2d51bf9564c60435cfd5ee3fc05adddc8db04c7 (patch) | |
| tree | b444121808ec00174f08123fde43fbaf5283c718 /include/d/d_path.h | |
| parent | 95d103b237b2d46722ecd2ee866f12440dcf9da9 (diff) | |
d_envse mostly OK. more work on kankyo_rain (#1969)
* d_envse OK, work on kankyo_rain
* remove asm
Diffstat (limited to 'include/d/d_path.h')
| -rw-r--r-- | include/d/d_path.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/d/d_path.h b/include/d/d_path.h index 96a51bd243..6906646b5f 100644 --- a/include/d/d_path.h +++ b/include/d/d_path.h @@ -19,7 +19,8 @@ struct dPath { inline int dPath_ChkClose(dPath* i_path) { return (i_path->m_closed & 1); } dPath* dPath_GetRoomPath(int path_index, int room_no); -dStage_dPnt_c* dPath_GetPnt(dPath const* path, int pnt_index); +dPath* dPath_GetNextRoomPath(dPath const* i_path, int room_no); +dStage_dPnt_c* dPath_GetPnt(dPath const* i_path, int pnt_index); u8 dPath_GetPolyRoomPathVec(cBgS_PolyInfo const& poly, cXyz* p_pathVec, int* param_2); #endif /* D_D_PATH_H */ |
