diff options
Diffstat (limited to 'src/opengl.h')
| -rw-r--r-- | src/opengl.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
