diff options
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 */ |
