d_drawlist work

This commit is contained in:
Jasper St. Pierre
2023-10-15 16:41:19 -07:00
parent bc7835f6cf
commit c4aef79f3f
12 changed files with 399 additions and 290 deletions
+2
View File
@@ -221,6 +221,8 @@ public:
class J3DCallBackPacket : public J3DPacket {
public:
J3DCallBackPacket()
: mpCallBack(NULL) {}
virtual ~J3DCallBackPacket() {}
virtual void draw();