Cleanups. (Tim Beckmann)
This commit is contained in:
parent
0677653d4f
commit
86629a3b34
58 changed files with 671 additions and 528 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue