mirror of
https://github.com/zeldaret/tp
synced 2026-09-01 09:43:27 -04:00
d_camera / m_Do_ext / d_particle + minor various wip (#210)
This commit is contained in:
+12
-1
@@ -3,6 +3,17 @@
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
u16* dPath_GetRoomPath(int param_0, int param_1);
|
||||
class dStage_dPnt_c;
|
||||
|
||||
struct dPath {
|
||||
/* 0x0 */ u16 m_num;
|
||||
/* 0x2 */ u16 m_nextID;
|
||||
/* 0x4 */ u8 field_0x4;
|
||||
/* 0x5 */ u8 m_closed;
|
||||
/* 0x6 */ u8 field_0x6;
|
||||
/* 0x8 */ dStage_dPnt_c* m_points;
|
||||
};
|
||||
|
||||
dPath* dPath_GetRoomPath(int path_index, int room_no);
|
||||
|
||||
#endif /* D_D_PATH_H */
|
||||
|
||||
Reference in New Issue
Block a user