diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2023-09-04 16:17:51 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-04 17:17:51 -0600 |
| commit | 7f762353eaca2a6059d0d8512391936a210ebfb9 (patch) | |
| tree | 5992f0efc9748dee064bf4ba395a17fb6428ecaf /include/JSystem/J3DGraphBase | |
| parent | a8c261a943a946cfedef92af1d90631ad48a5836 (diff) | |
Fixes for other compilers (#1912)
* remove invalid virtual keywords
* remove duplicate inline
* remove leading 0 in character literals
* add missing public keywords
* fix some struct/class mismatches
Diffstat (limited to 'include/JSystem/J3DGraphBase')
| -rw-r--r-- | include/JSystem/J3DGraphBase/J3DVertex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/JSystem/J3DGraphBase/J3DVertex.h b/include/JSystem/J3DGraphBase/J3DVertex.h index 9c43cfcfdc..0b184b0f03 100644 --- a/include/JSystem/J3DGraphBase/J3DVertex.h +++ b/include/JSystem/J3DGraphBase/J3DVertex.h @@ -7,8 +7,8 @@ typedef struct _GXColor GXColor; class J3DModel; -struct J3DAnmVtxColor; -struct J3DVertexBuffer; +class J3DAnmVtxColor; +class J3DVertexBuffer; struct J3DVtxColorCalc { /* 8032E180 */ void calc(J3DModel*); |
