diff options
Diffstat (limited to 'src/stubs2.cpp')
| -rw-r--r-- | src/stubs2.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
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 ]; |
