summaryrefslogtreecommitdiff
path: root/include/JSystem/J3DGraphLoader
diff options
context:
space:
mode:
authorLuke Street <luke@street.dev>2026-02-28 13:11:00 -0700
committerGitHub <noreply@github.com>2026-02-28 12:11:00 -0800
commitc900a043b89786d5e594ec883d9acd92e0db6bc7 (patch)
tree72aa155ca8fcb6d1234ccec7a527fcf02745d6ac /include/JSystem/J3DGraphLoader
parentd017a3cd36dacdcbd6a62640a85b8715540d82e5 (diff)
Some GCC compilation fixes (#3114)
* Fix 6-byte multichar literals * Add `struct` to `e_ga_class::ga_s` * Fix remaining wrong forward declares (struct/class) * Replace `#include <string>` with `#include <cstring>` * Guard FLT_EPSILON define to prevent redefinition * Add missing `#include <cstring>` for direct cstring function usage
Diffstat (limited to 'include/JSystem/J3DGraphLoader')
-rw-r--r--include/JSystem/J3DGraphLoader/J3DMaterialFactory.h2
-rw-r--r--include/JSystem/J3DGraphLoader/J3DMaterialFactory_v21.h2
-rw-r--r--include/JSystem/J3DGraphLoader/J3DModelLoader.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/JSystem/J3DGraphLoader/J3DMaterialFactory.h b/include/JSystem/J3DGraphLoader/J3DMaterialFactory.h
index bed19cd693..6c5f371b1d 100644
--- a/include/JSystem/J3DGraphLoader/J3DMaterialFactory.h
+++ b/include/JSystem/J3DGraphLoader/J3DMaterialFactory.h
@@ -84,7 +84,7 @@ struct J3DDisplayListInit {
}; // size 8
struct J3DTexCoord2Info;
-struct J3DCurrentMtxInfo;
+class J3DCurrentMtxInfo;
/**
* @ingroup jsystem-j3d
diff --git a/include/JSystem/J3DGraphLoader/J3DMaterialFactory_v21.h b/include/JSystem/J3DGraphLoader/J3DMaterialFactory_v21.h
index af166e1b13..e59d158959 100644
--- a/include/JSystem/J3DGraphLoader/J3DMaterialFactory_v21.h
+++ b/include/JSystem/J3DGraphLoader/J3DMaterialFactory_v21.h
@@ -7,7 +7,7 @@
class J3DMaterial;
struct J3DTexCoord2Info;
-struct J3DCurrentMtxInfo;
+class J3DCurrentMtxInfo;
/**
* @ingroup jsystem-j3d
diff --git a/include/JSystem/J3DGraphLoader/J3DModelLoader.h b/include/JSystem/J3DGraphLoader/J3DModelLoader.h
index a06260f3dc..e2569cee19 100644
--- a/include/JSystem/J3DGraphLoader/J3DModelLoader.h
+++ b/include/JSystem/J3DGraphLoader/J3DModelLoader.h
@@ -6,7 +6,7 @@
class J3DModelData;
class J3DMaterialTable;
-class J3DModelHierarchy;
+struct J3DModelHierarchy;
/**
* @ingroup jsystem-j3d