diff options
| author | Pheenoh <pheenoh@gmail.com> | 2023-03-07 18:03:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-07 18:03:46 -0700 |
| commit | f31ab5ae0be3de6e0910b2d5942e33458be043ac (patch) | |
| tree | 4fbfdeda4e8bfac575a81ab9d4eaa79530ea35c5 /include/d/d_error_msg.h | |
| parent | 6c2e18af70dcc392b49cacf77fdb6ff8a164c0a5 (diff) | |
Misc Changes (#306)
Diffstat (limited to 'include/d/d_error_msg.h')
| -rw-r--r-- | include/d/d_error_msg.h | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/include/d/d_error_msg.h b/include/d/d_error_msg.h index 5aca3c39b5..6ce99acf76 100644 --- a/include/d/d_error_msg.h +++ b/include/d/d_error_msg.h @@ -1,6 +1,21 @@ #ifndef D_D_ERROR_MSG_H #define D_D_ERROR_MSG_H -#include "dolphin/types.h" +#include "d/com/d_com_inf_game.h" + +struct dShutdownErrorMsg_c { + /* 8009D790 */ static bool execute(); +}; + +struct dDvdErrorMsg_c { + /* 8009D194 */ 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 */ |
