summaryrefslogtreecommitdiff
path: root/include/d/d_path.h
diff options
context:
space:
mode:
authorTakaRikka <takarikka@outlook.com>2023-01-31 02:59:13 -0800
committerTakaRikka <takarikka@outlook.com>2023-01-31 02:59:13 -0800
commite66f53a0b0ec84128f0b1c84457899677d2dc0e7 (patch)
tree5cc19c8a06a669785d4e467a59c0d6d1ce73b6ad /include/d/d_path.h
parentce13823586ed23c92a946d5188a719fa48e9e230 (diff)
d_a_tag_guard OK
Diffstat (limited to 'include/d/d_path.h')
-rw-r--r--include/d/d_path.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/d/d_path.h b/include/d/d_path.h
index e3c17df3b9..0ff854677d 100644
--- a/include/d/d_path.h
+++ b/include/d/d_path.h
@@ -18,5 +18,6 @@ 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);
#endif /* D_D_PATH_H */