From 411a467ddcd9840d8bb0410f6b789af8224ef03d Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Sat, 14 Oct 2023 13:23:24 -0700 Subject: d_s_logo start, VERSION_SELECT --- include/JSystem/J3DGraphBase/J3DDrawBuffer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/JSystem/J3DGraphBase') diff --git a/include/JSystem/J3DGraphBase/J3DDrawBuffer.h b/include/JSystem/J3DGraphBase/J3DDrawBuffer.h index aae6e4ff..c9db9a85 100644 --- a/include/JSystem/J3DGraphBase/J3DDrawBuffer.h +++ b/include/JSystem/J3DGraphBase/J3DDrawBuffer.h @@ -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, -- cgit v1.2.3