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/J3DGraphBase | |
| parent | b0bfe1c49e2f1a4f1fc23cbfa6311b01098679e0 (diff) | |
remove address markers from tp headers
Diffstat (limited to 'include/JSystem/J3DGraphBase')
| -rw-r--r-- | include/JSystem/J3DGraphBase/J3DTevs.h | 4 | ||||
| -rw-r--r-- | include/JSystem/J3DGraphBase/J3DVertex.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/JSystem/J3DGraphBase/J3DTevs.h b/include/JSystem/J3DGraphBase/J3DTevs.h index bb4f7131..fbb3d6c9 100644 --- a/include/JSystem/J3DGraphBase/J3DTevs.h +++ b/include/JSystem/J3DGraphBase/J3DTevs.h @@ -129,8 +129,8 @@ struct J3DTevSwapModeTable { class J3DLightObj { public: - /* 80018C0C */ J3DLightObj() { mInfo = j3dDefaultLightInfo; } - /* 80323590 */ void load(u32) const; + J3DLightObj() { mInfo = j3dDefaultLightInfo; } + void load(u32) const; J3DLightInfo& getLightInfo() { return mInfo; } J3DLightObj& operator=(J3DLightObj const& other) { diff --git a/include/JSystem/J3DGraphBase/J3DVertex.h b/include/JSystem/J3DGraphBase/J3DVertex.h index f6252a53..74b4c983 100644 --- a/include/JSystem/J3DGraphBase/J3DVertex.h +++ b/include/JSystem/J3DGraphBase/J3DVertex.h @@ -11,7 +11,7 @@ class J3DAnmVtxColor; class J3DVertexBuffer; struct J3DVtxColorCalc { - /* 8032E180 */ void calc(J3DModel*); + void calc(J3DModel*); virtual void calc(J3DVertexBuffer*); /* 0x0 */ void* vtable; // inlined vtable? |
