Compiler compatibility (#1171)

* mark functions with duplicate names as static

* make std::__tag_va_List work with other compilers

* fix some offset comments

* use inlines in J3DJointFactory, JUTCacheFont

* fix class/struct mismatch

* improve const correctness

* fix missing return values

* make some JAudio namespaces more explicit
This commit is contained in:
Jcw87
2026-08-16 08:15:07 -07:00
committed by GitHub
parent 75c1bebcec
commit 80c7719636
63 changed files with 97 additions and 96 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ class cBgS_ShdwDraw;
class cBgS_LinChk;
class cBgS_GndChk;
class cM3dGPla;
class cXyz;
struct cXyz;
class cBgS_ChkElm {
public:
+1 -1
View File
@@ -14,7 +14,7 @@ class cM3dGPla;
class cM3dGSph;
class cM3dGTri;
class csXyz;
class cXyz;
struct cXyz;
struct Vec;