summaryrefslogtreecommitdiff
path: root/3dc/win95/KRENDER.H
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2001-07-01 00:55:22 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:09:04 +0200
commit2186d5f3f95cd74a070a490d899291648d58667a (patch)
tree55241a1afa3e1a22e0b6593a8dead0b703800f44 /3dc/win95/KRENDER.H
parent218ca90543758a20ac326e444ca0643174ca7384 (diff)
Initial revision
Diffstat (limited to '3dc/win95/KRENDER.H')
-rw-r--r--3dc/win95/KRENDER.H55
1 files changed, 0 insertions, 55 deletions
diff --git a/3dc/win95/KRENDER.H b/3dc/win95/KRENDER.H
deleted file mode 100644
index ebd5dc1..0000000
--- a/3dc/win95/KRENDER.H
+++ /dev/null
@@ -1,55 +0,0 @@
-/* If this define is set to a non-zero value then the new scandraws will be used */
-#define KRENDER_ON 1
-
-/* prototypes of the replacement scandraw functions */
-extern void KR_ScanDraw_Item_2dTexturePolygon_VideoModeType_8(int *itemptr);
-extern void KR_ScanDraw_Item_Gouraud2dTexturePolygon_VideoModeType_8(int *itemptr);
-extern void KR_ScanDraw_Item_Gouraud3dTexturePolygon_Linear_S_VideoModeType_8(int *itemptr);
-extern void MotionTrackerRotateBlit(void);
-extern void MotionTrackerRotateBlit8(void);
-
-
-/*KJL*****************************************************
-* Palette fading; a value of 65536 corresponds to normal *
-* palette, 0 is completely other (eg. all white). *
-*****************************************************KJL*/
-extern void SetPaletteFadeLevel(int fadeLevel);
-extern void FadeBetweenPalettes(unsigned char *palPtr, int fadeLevel);
-extern void FadePaletteToWhite(unsigned char *palPtr,int fadeLevel);
-
-/*KJL*********************************************
-* Fill the screen with black & flip then repeat. *
-*********************************************KJL*/
-extern void BlankScreen(void);
-
-
-/* KJL 16:06:24 04/04/97 - To choose between laced and full screen modes */
-extern int KRenderDrawMode;
-
-
-
-
-
-
-extern void KDraw_Item_GouraudPolygon(int *itemptr);
-extern void KDraw_Item_2dTexturePolygon(int *itemptr);
-extern void KDraw_Item_Gouraud2dTexturePolygon(int *itemptr);
-extern void KDraw_Item_Gouraud3dTexturePolygon(int *itemptr);
-
-
-
-
-
-
-
-
-
-
-
-
-extern void MakeViewingWindowSmaller(void);
-extern void MakeViewingWindowLarger(void);
-
-/* routines to draw a star filled sky */
-extern void CreateStarArray(void);
-extern void DrawStarfilledSky(void); \ No newline at end of file