From c65210d22ff774f8c43b2caf0d9999be31b7d52c Mon Sep 17 00:00:00 2001 From: TakaRikka Date: Mon, 11 Sep 2023 03:45:33 -0700 Subject: most of d_com_inf_game.cpp done --- include/JSystem/J3DGraphBase/J3DPacket.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/JSystem/J3DGraphBase') 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() {} -- cgit v1.2.3