mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-22 06:20:02 -04:00
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user