Improve compiler compatibility (#743)

* fix returns

* use standard C headers

* struct/class mismatch

* explicit this in template

* switch variable scope

* C standard compliance

* & l-value
This commit is contained in:
Jcw87
2025-04-29 09:49:09 -07:00
committed by GitHub
parent eef20535ac
commit 5e7b59f2fe
57 changed files with 113 additions and 106 deletions
+2 -2
View File
@@ -144,8 +144,7 @@ static struct {
/* 0x3B */ {PRESIDENT_STATUE, "beast_12.bti"},
};
class mesg_header;
class fopMsgM_pane_alpha_class;
struct fopMsgM_pane_alpha_class;
/* 8002ABB4-8002AC1C .text drawSelf__9MyPictureFff */
@@ -647,6 +646,7 @@ char* fopMsgM_messageGet(char* dst, u32 msgNo) {
}
dst[numRead] = '\0';
return dst;
}
/* 8002BE04-8002C02C .text fopMsgM_passwordGet__FPcUl */