More Warning cleanups (Tim Beckmann)
This commit is contained in:
parent
abab1011ac
commit
95b8b49b76
60 changed files with 205 additions and 110 deletions
12
src/opengl.h
Normal file
12
src/opengl.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
#ifndef AVP_OPENGL_H
|
||||
#define AVP_OPENGL_H
|
||||
|
||||
#include "kshape.h"
|
||||
|
||||
void InitOpenGL();
|
||||
void ThisFramesRenderingHasBegun();
|
||||
void ThisFramesRenderingHasFinished();
|
||||
void D3D_SkyPolygon_Output(POLYHEADER *inputPolyPtr, RENDERVERTEX *renderVerticesPtr);
|
||||
void D3D_DrawBackdrop();
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue