summaryrefslogtreecommitdiff
path: root/include/JSystem/J3DGraphBase
diff options
context:
space:
mode:
authorLuke Street <luke@street.dev>2023-09-11 11:50:16 -0400
committerGitHub <noreply@github.com>2023-09-11 11:50:16 -0400
commit7afd21aba28e9a600f10ea9d43e6c0ff2e678d53 (patch)
tree1916429d47114a3f7ac5d6b57385ceee9b0b37d2 /include/JSystem/J3DGraphBase
parentdc270ad10dfb0aff43ea14a71d28a2055f5a9261 (diff)
parentc65210d22ff774f8c43b2caf0d9999be31b7d52c (diff)
Merge pull request #11 from TakaRikka/dcom2
most of d_com_inf_game done / more structs setup
Diffstat (limited to 'include/JSystem/J3DGraphBase')
-rw-r--r--include/JSystem/J3DGraphBase/J3DPacket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/JSystem/J3DGraphBase/J3DPacket.h b/include/JSystem/J3DGraphBase/J3DPacket.h
index 00827b89..07b97032 100644
--- a/include/JSystem/J3DGraphBase/J3DPacket.h
+++ b/include/JSystem/J3DGraphBase/J3DPacket.h
@@ -110,6 +110,7 @@ public:
void setUserArea(u32 area) { mpUserData = (void*)area; }
+ virtual bool isSame(J3DMatPacket*) const;
virtual int entry(J3DDrawBuffer*);
virtual void draw();
virtual ~J3DPacket() {}