From 7f762353eaca2a6059d0d8512391936a210ebfb9 Mon Sep 17 00:00:00 2001 From: Jcw87 Date: Mon, 4 Sep 2023 16:17:51 -0700 Subject: 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 --- include/JSystem/J3DGraphBase/J3DVertex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/JSystem/J3DGraphBase') 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*); -- cgit v1.2.3