diff options
| author | Niklas Bauer <nikbau2000@gmail.com> | 2025-12-30 13:22:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-30 14:22:38 +0200 |
| commit | c3213e0c67cb60974569b4f20e84d85816b9ba8b (patch) | |
| tree | fcb4ce1066eb2e0333922452b9ccff0bdb3f8c85 /include/d/d_path.h | |
| parent | e77f841d351a2623490acdf0913eaf8f97f844d2 (diff) | |
f_op work (#3008)
* f_op debug 1
* f_op debug 2
* f_op debug 3
* f_op debug 4
* f_op debug 5
* f_op_debug fix build
* f_op linking
* remove goto in fopac_create
* fix regressions
* fix regressions
* pr comments
* f_op debug 6
* f_op debug 7
* f_op debug 8
* f_op debug 9
* f_op debug 10
* f_op work, linking, symbols, heap
* regressions 1
* regressions 2
* pr comments
Diffstat (limited to 'include/d/d_path.h')
| -rw-r--r-- | include/d/d_path.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/d/d_path.h b/include/d/d_path.h index 37a876a8f8..3d1b296988 100644 --- a/include/d/d_path.h +++ b/include/d/d_path.h @@ -30,6 +30,10 @@ inline BOOL dPath_ChkClose(const dPath* i_path) { return i_path->m_closed & 1; } dPath* dPath_GetRoomPath(int path_index, int room_no); dPath* dPath_GetNextRoomPath(dPath const* i_path, int room_no); dPnt* dPath_GetPnt(dPath const* i_path, int pnt_index); +#if !PLATFORM_GCN // Fakematch due to differing return type on non-GCN platforms +int dPath_GetPolyRoomPathVec(cBgS_PolyInfo const& poly, cXyz* p_pathVec, int* param_2); +#else u8 dPath_GetPolyRoomPathVec(cBgS_PolyInfo const& poly, cXyz* p_pathVec, int* param_2); +#endif #endif /* D_D_PATH_H */ |
