Merge branch 'master' into rebase

This commit is contained in:
Pheenoh
2022-12-20 16:44:19 -07:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -4,15 +4,15 @@
#include "dolphin/types.h"
#include "d/d_stage.h"
class dPath {
public:
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;
};
// should be move to dlib TU per chn debug