d_a_att OK, d_a_bgn header work

fixes #89
This commit is contained in:
LagoLunatic
2024-09-07 16:16:17 -04:00
parent ba203cc5fb
commit a42fd39a9f
7 changed files with 295 additions and 24 deletions
+12
View File
@@ -558,6 +558,18 @@ public:
void entryOpa() { j3dSys.getDrawBuffer(0)->entryImm(this, 0); }
};
class mDoExt_J3DModelPacketS : public J3DPacket {
public:
mDoExt_J3DModelPacketS() {}
~mDoExt_J3DModelPacketS() {}
void setModel(J3DModel*) {}
void update() {}
void draw();
void setMaterial();
};
class mDoExt_3Dline_c {
public:
mDoExt_3Dline_c();