mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-03 04:02:56 -04:00
d_s_logo start, VERSION_SELECT
This commit is contained in:
@@ -11,11 +11,11 @@ class J3DMatPacket;
|
||||
class J3DShapePacket;
|
||||
class J3DCallBackPacket;
|
||||
|
||||
typedef int (J3DDrawBuffer::*sortFunc)(J3DMatPacket*);
|
||||
typedef void (J3DDrawBuffer::*drawFunc)() const;
|
||||
|
||||
class J3DDrawBuffer {
|
||||
public:
|
||||
typedef int (J3DDrawBuffer::*sortFunc)(J3DMatPacket*);
|
||||
typedef void (J3DDrawBuffer::*drawFunc)() const;
|
||||
|
||||
enum EDrawType {
|
||||
DRAW_HEAD,
|
||||
DRAW_TAIL,
|
||||
|
||||
Reference in New Issue
Block a user