From 7460e9acd0747d44d5eafdb9bf61dc02db87e4e4 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Tue, 14 Aug 2001 05:54:22 +0000 Subject: Implemented sky drawing and a few other routines (cloaked polygon, rectangle, etc). Worked around a V5 DRI issue(?) by breaking up some drawing into triangles. --- src/stubs2.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/stubs2.cpp') diff --git a/src/stubs2.cpp b/src/stubs2.cpp index 35610f2..a68ba99 100644 --- a/src/stubs2.cpp +++ b/src/stubs2.cpp @@ -6,15 +6,8 @@ #include "3dc.h" #include "platform.h" -#include "r2base.h" #include "indexfnt.hpp" -/* d3d_render.cpp */ -void r2rect::AlphaFill(unsigned char R, unsigned char G, unsigned char B, unsigned char translucency) const -{ - fprintf(stderr, "r2rect::AlphaFill(%d, %d, %d, %d)\n", R, G, B, translucency); -} - /* indexfnt.cpp */ IndexedFont* IndexedFont :: pIndexedFont[ IndexedFonts_MAX_NUMBER_OF_FONTS ]; -- cgit v1.3