From 86629a3b343a87961527728c70e4aae94522c100 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sat, 22 Dec 2001 00:49:57 +0000 Subject: Cleanups. (Tim Beckmann) --- src/opengl.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/opengl.h') diff --git a/src/opengl.h b/src/opengl.h index 86e68c4..876a71e 100644 --- a/src/opengl.h +++ b/src/opengl.h @@ -8,5 +8,12 @@ void ThisFramesRenderingHasBegun(); void ThisFramesRenderingHasFinished(); void D3D_SkyPolygon_Output(POLYHEADER *inputPolyPtr, RENDERVERTEX *renderVerticesPtr); void D3D_DrawBackdrop(); +void D3D_FadeDownScreen(int brightness, int colour); +void RenderString(char *stringPtr, int x, int y, int colour); +void RenderStringCentred(char *stringPtr, int centreX, int y, int colour); +void D3D_DecalSystem_Setup(); +void D3D_DecalSystem_End(); +void SecondFlushD3DZBuffer(); +void D3D_PlayerDamagedOverlay(int intensity); #endif -- cgit v1.3