diff options
| author | Jasper St. Pierre <jstpierre@mecheye.net> | 2023-10-02 22:26:24 -0700 |
|---|---|---|
| committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2023-10-02 22:26:24 -0700 |
| commit | 6ea08a5c377ed6072ed3fb5b6140af01cc15f5bc (patch) | |
| tree | 9c3ac9aea6a2c983c9a244985bd26dc9669c44d1 /include/JSystem/J3DGraphLoader | |
| parent | b0bfe1c49e2f1a4f1fc23cbfa6311b01098679e0 (diff) | |
remove address markers from tp headers
Diffstat (limited to 'include/JSystem/J3DGraphLoader')
| -rw-r--r-- | include/JSystem/J3DGraphLoader/J3DClusterLoader.h | 2 | ||||
| -rw-r--r-- | include/JSystem/J3DGraphLoader/J3DJointFactory.h | 4 | ||||
| -rw-r--r-- | include/JSystem/J3DGraphLoader/J3DShapeFactory.h | 16 |
3 files changed, 11 insertions, 11 deletions
diff --git a/include/JSystem/J3DGraphLoader/J3DClusterLoader.h b/include/JSystem/J3DGraphLoader/J3DClusterLoader.h index 35a79ddb..bfe8d1df 100644 --- a/include/JSystem/J3DGraphLoader/J3DClusterLoader.h +++ b/include/JSystem/J3DGraphLoader/J3DClusterLoader.h @@ -3,7 +3,7 @@ struct J3DClusterLoaderDataBase { - /* 80334130 */ static void* load(void const*); + static void* load(void const*); }; #endif /* J3DCLUSTERLOADER_H */ diff --git a/include/JSystem/J3DGraphLoader/J3DJointFactory.h b/include/JSystem/J3DGraphLoader/J3DJointFactory.h index 2c7653b2..cd90b029 100644 --- a/include/JSystem/J3DGraphLoader/J3DJointFactory.h +++ b/include/JSystem/J3DGraphLoader/J3DJointFactory.h @@ -29,8 +29,8 @@ struct J3DJointBlock { }; struct J3DJointFactory { - /* 80337178 */ J3DJointFactory(J3DJointBlock const&); - /* 803371D0 */ J3DJoint* create(int); + J3DJointFactory(J3DJointBlock const&); + J3DJoint* create(int); J3DJointInitData* mJointInitData; u16* mIndexTable; diff --git a/include/JSystem/J3DGraphLoader/J3DShapeFactory.h b/include/JSystem/J3DGraphLoader/J3DShapeFactory.h index 63df9092..f32c860d 100644 --- a/include/JSystem/J3DGraphLoader/J3DShapeFactory.h +++ b/include/JSystem/J3DGraphLoader/J3DShapeFactory.h @@ -49,14 +49,14 @@ struct J3DShapeBlock { }; struct J3DShapeFactory { - /* 80337350 */ J3DShapeFactory(J3DShapeBlock const&); - /* 80337400 */ J3DShape* create(int, u32, GXVtxDescList*); - /* 803375BC */ J3DShapeMtx* newShapeMtx(u32, int, int) const; - /* 8033784C */ J3DShapeDraw* newShapeDraw(int, int) const; - /* 803378D8 */ void allocVcdVatCmdBuffer(u32); - /* 80337944 */ s32 calcSize(int, u32); - /* 803379D8 */ s32 calcSizeVcdVatCmdBuffer(u32); - /* 803379E8 */ s32 calcSizeShapeMtx(u32, int, int) const; + J3DShapeFactory(J3DShapeBlock const&); + J3DShape* create(int, u32, GXVtxDescList*); + J3DShapeMtx* newShapeMtx(u32, int, int) const; + J3DShapeDraw* newShapeDraw(int, int) const; + void allocVcdVatCmdBuffer(u32); + s32 calcSize(int, u32); + s32 calcSizeVcdVatCmdBuffer(u32); + s32 calcSizeShapeMtx(u32, int, int) const; /* 0x00 */ J3DShapeInitData* mShapeInitData; /* 0x04 */ u16* mIndexTable; |
