mirror of
https://github.com/zeldaret/tp
synced 2026-08-22 06:44:53 -04:00
Merge branch 'master' into rebase
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user