d_a_kytag06 fully done / d_msg_class/object work (#300)

* d_a_kytag06 OK and d_msg_class/object wip

* add some GXDraw functions

* cleanup kytag6

* remove asm
This commit is contained in:
TakaRikka
2023-02-25 18:23:13 -08:00
committed by GitHub
parent 4df6e8edea
commit bf663a0e3d
112 changed files with 5132 additions and 7404 deletions
+14
View File
@@ -3,4 +3,18 @@
#include "dolphin/types.h"
class dMsgUnit_c {
public:
/* 80238C94 */ dMsgUnit_c();
/* 80238CEC */ void setTag(int, int, char*, bool);
/* 80238CA4 */ virtual ~dMsgUnit_c();
};
extern dMsgUnit_c g_msg_unit;
inline void dMsgUnit_setTag(int param_0, int param_1, char* param_2) {
g_msg_unit.setTag(param_0, param_1, param_2, true);
}
#endif /* D_MSG_D_MSG_UNIT_H */