diff options
| author | Jasper St. Pierre <jstpierre@mecheye.net> | 2023-10-14 13:23:24 -0700 |
|---|---|---|
| committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2023-10-14 13:23:24 -0700 |
| commit | 411a467ddcd9840d8bb0410f6b789af8224ef03d (patch) | |
| tree | 66564b534e63d6e31441dd5925b42c917ac7dd25 /include/JSystem/J3DGraphBase | |
| parent | fca11f6233672010ee6e5f617c34aa1ca62631f2 (diff) | |
d_s_logo start, VERSION_SELECT
Diffstat (limited to 'include/JSystem/J3DGraphBase')
| -rw-r--r-- | include/JSystem/J3DGraphBase/J3DDrawBuffer.h | 6 |
1 files changed, 3 insertions, 3 deletions
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, |
