summaryrefslogtreecommitdiff
path: root/include/d/d_path.h
diff options
context:
space:
mode:
authorPheenoh <pheenoh@gmail.com>2022-12-20 16:44:19 -0700
committerGitHub <noreply@github.com>2022-12-20 16:44:19 -0700
commite6ad43f094fbd37c3497305c09c8cfe11824995e (patch)
tree012ad8f6c059524df29e88f1714e24cbabc20d55 /include/d/d_path.h
parent766bde7a973b40f4dd396bc7d1d10542cba6da8e (diff)
parentca71275bbecc7db9a4eeca3a6ac4215b66de4318 (diff)
Merge branch 'master' into rebase
Diffstat (limited to 'include/d/d_path.h')
-rw-r--r--include/d/d_path.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/d/d_path.h b/include/d/d_path.h
index c30446e949..e68c146eb7 100644
--- a/include/d/d_path.h
+++ b/include/d/d_path.h
@@ -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