Cleanups (Tim Beckmann)
This commit is contained in:
parent
6fc3502f4b
commit
08545b98c6
62 changed files with 370 additions and 263 deletions
|
@ -11,9 +11,13 @@ 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 RenderStringVertically(char *stringPtr, int centreX, int bottomY, int colour);
|
||||
void D3D_DecalSystem_Setup();
|
||||
void D3D_DecalSystem_End();
|
||||
void SecondFlushD3DZBuffer();
|
||||
void D3D_PlayerDamagedOverlay(int intensity);
|
||||
void D3D_PredatorScreenInversionOverlay();
|
||||
void D3D_ScreenInversionOverlay();
|
||||
void D3D_DrawColourBar(int yTop, int yBottom, int rScale, int gScale, int bScale);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue