mirror of
https://github.com/zeldaret/tp
synced 2026-07-09 14:55:32 -04:00
d_kyeff, d_kyeff2, m_Do_printf, and m_Do_graphic (#109)
* Split d_kyeff * Partially matched d_kyeff * split d_kyeff2 * Match d_kyeff2 * split m_Do_printf * m_Do_printf partially matched * hotfix and clang-format * split m_Do_graphic * rename symbols in m_Do_graphic * Match a few functions in m_Do_graphic * Fix Merge Errors * Delete sh.exe.stackdump * Update OSReportInit
This commit is contained in:
@@ -38,4 +38,8 @@ void MtxPosition(cXyz*, cXyz*);
|
||||
void MtxPush(void);
|
||||
Mtx* MtxPull(void);
|
||||
|
||||
extern "C" {
|
||||
int strcmp(const char*, const char*);
|
||||
};
|
||||
|
||||
#endif
|
||||
@@ -18,7 +18,7 @@ extern u8 lbl_80430CE8;
|
||||
|
||||
class cXyz : public Vec {
|
||||
public:
|
||||
~cXyz(){};
|
||||
~cXyz() {}
|
||||
cXyz() {}
|
||||
cXyz(f32 x, f32 y, f32 z) {
|
||||
this->x = x;
|
||||
@@ -106,4 +106,8 @@ extern cXyz lbl_80430CF4; // SComponent::cXyz::Zero
|
||||
extern cXyz lbl_80430D0C; // SComponent::cXyz::BaseX
|
||||
extern cXyz lbl_80430D24; // SComponent::cXyz::BaseY
|
||||
|
||||
extern "C" { // needed for inline asm
|
||||
void cXyz_NS_dtor(void);
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user