diff options
| author | Pheenoh <pheenoh@gmail.com> | 2023-08-16 13:07:52 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-16 12:07:52 -0700 |
| commit | 7fd7d0c1f3ac84a4f10b41fab925c18e0be0c5dc (patch) | |
| tree | 1e7c67c3d81ba2385fcde460a025c4f3f0940723 /include/JSystem/J3DGraphLoader | |
| parent | f441e06d19cab24cb49fec49883c2d61eee2e4bf (diff) | |
d_a_obj_carry work, SETUP_ACTOR macro, header cleanup (#1885)
* d_a_obj_carry work, SETUP_ACTOR macro
* rm headers, add script
* progress
* macro rename, consistent spacing
Diffstat (limited to 'include/JSystem/J3DGraphLoader')
| -rw-r--r-- | include/JSystem/J3DGraphLoader/J3DClusterLoader.h | 1 | ||||
| -rw-r--r-- | include/JSystem/J3DGraphLoader/J3DJointFactory.h | 1 | ||||
| -rw-r--r-- | include/JSystem/J3DGraphLoader/J3DShapeFactory.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/include/JSystem/J3DGraphLoader/J3DClusterLoader.h b/include/JSystem/J3DGraphLoader/J3DClusterLoader.h index 4d8f748676..35a79ddbb3 100644 --- a/include/JSystem/J3DGraphLoader/J3DClusterLoader.h +++ b/include/JSystem/J3DGraphLoader/J3DClusterLoader.h @@ -1,7 +1,6 @@ #ifndef J3DCLUSTERLOADER_H #define J3DCLUSTERLOADER_H -#include "dolphin/types.h" struct J3DClusterLoaderDataBase { /* 80334130 */ static void* load(void const*); diff --git a/include/JSystem/J3DGraphLoader/J3DJointFactory.h b/include/JSystem/J3DGraphLoader/J3DJointFactory.h index 98409802a7..93e04d9269 100644 --- a/include/JSystem/J3DGraphLoader/J3DJointFactory.h +++ b/include/JSystem/J3DGraphLoader/J3DJointFactory.h @@ -2,7 +2,6 @@ #define J3DJOINTFACTORY_H #include "JSystem/J3DGraphBase/J3DTransform.h" -#include "JSystem/JGeometry.h" #include "dolphin/types.h" struct J3DJoint; diff --git a/include/JSystem/J3DGraphLoader/J3DShapeFactory.h b/include/JSystem/J3DGraphLoader/J3DShapeFactory.h index 1100b5fe69..4347dd5c1d 100644 --- a/include/JSystem/J3DGraphLoader/J3DShapeFactory.h +++ b/include/JSystem/J3DGraphLoader/J3DShapeFactory.h @@ -3,7 +3,6 @@ #include "dolphin/gx/GXAttr.h" #include "dolphin/mtx/vec.h" -#include "dolphin/types.h" struct J3DShape; struct J3DShapeMtx; |
