From ba13de4472c48cb06081a1c2eb388c1b641af2cf Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sat, 11 Aug 2001 07:10:38 +0000 Subject: Added texture drawing for particles (drawing not yet correct due to black borders around the images). --- src/stubs.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/stubs.c') diff --git a/src/stubs.c b/src/stubs.c index b895b0c..df4d37e 100644 --- a/src/stubs.c +++ b/src/stubs.c @@ -577,16 +577,6 @@ void D3D_Decal_Output(DECAL *decalPtr,RENDERVERTEX *renderVerticesPtr) fprintf(stderr, "D3D_Decal_Output(%p, %p)\n", decalPtr, renderVerticesPtr); } -void D3D_DecalSystem_Setup() -{ - fprintf(stderr, "D3D_DecalSystem_Setup()\n"); -} - -void D3D_DecalSystem_End() -{ - fprintf(stderr, "D3D_DecalSystem_End()\n"); -} - void D3D_BackdropPolygon_Output(POLYHEADER *inputPolyPtr,RENDERVERTEX *renderVerticesPtr) { fprintf(stderr, "D3D_BackdropPolygon_Output(%p, %p)\n", inputPolyPtr, renderVerticesPtr); -- cgit v1.3