Cleanups. (Tim Beckmann)

This commit is contained in:
Steven Fuller 2001-12-22 00:49:57 +00:00 committed by Patryk Obara
parent 0677653d4f
commit 86629a3b34
58 changed files with 671 additions and 528 deletions

View file

@ -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