summaryrefslogtreecommitdiff
path: root/include/d/d_error_msg.h
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2024-11-12 02:41:55 -0800
committerGitHub <noreply@github.com>2024-11-12 05:41:55 -0500
commitebd7e3feed369cc482ec7b5f537c4d363f81eb60 (patch)
tree9b7ed830aeff3a3af912df33efdb56d90c3cff8b /include/d/d_error_msg.h
parentf2a7b2a83a8976076eaf13d5754e6096a5887f24 (diff)
d_error_msg mostly done, little Z2LinkMgr work (#2248)
Diffstat (limited to 'include/d/d_error_msg.h')
-rw-r--r--include/d/d_error_msg.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/d/d_error_msg.h b/include/d/d_error_msg.h
index e161f96775..b38c67403f 100644
--- a/include/d/d_error_msg.h
+++ b/include/d/d_error_msg.h
@@ -8,14 +8,8 @@ struct dShutdownErrorMsg_c {
};
struct dDvdErrorMsg_c {
- /* 8009D194 */ void draw(s32);
+ /* 8009D194 */ static void draw(s32);
/* 8009D354 */ static u8 execute();
};
-struct J2DOrthoGraph {
- /* 802E96D0 */ J2DOrthoGraph(f32, f32, f32, f32, f32, f32);
- /* 802E97B4 */ void setPort();
- /* 802E980C */ void setOrtho(JGeometry::TBox2<f32> const&, f32, f32);
-};
-
#endif /* D_D_ERROR_MSG_H */