d_a_bgn OK

closes #266
This commit is contained in:
LagoLunatic
2026-05-13 19:06:48 -04:00
parent 766b58a6ee
commit 75fac702a7
9 changed files with 39 additions and 31 deletions
-17
View File
@@ -562,23 +562,6 @@ public:
void entryOpa() { j3dSys.getDrawBuffer(0)->entryImm(this, 0); }
};
extern J3DDrawBuffer* dComIfGd_getOpaListSky();
class mDoExt_J3DModelPacketS : public J3DPacket {
public:
mDoExt_J3DModelPacketS() {}
~mDoExt_J3DModelPacketS() {}
void setModel(J3DModel* model) { mpModel = model; }
void update() { dComIfGd_getOpaListSky()->entryImm(this, 0); }
void draw();
void setMaterial();
public:
/* 0x10 */ J3DModel* mpModel;
}; // Size: 0x14
class mDoExt_3Dline_c {
public:
mDoExt_3Dline_c();