Added newlines to silence some GCC warnings
This commit is contained in:
parent
71272171ab
commit
c6624eba2d
3 changed files with 3 additions and 3 deletions
|
@ -57,4 +57,4 @@ typedef struct {
|
|||
|
||||
} bumpdriver_t;
|
||||
|
||||
extern bumpdriver_t gl_bumpdriver;
|
||||
extern bumpdriver_t gl_bumpdriver;
|
||||
|
|
|
@ -17,4 +17,4 @@ void GL_FreeDriverMem(void);
|
|||
void GL_InitVertexCache(void);
|
||||
void GL_FreeVertexCache(void);
|
||||
void GL_AllocVertexCache(const size_t size, DriverPtr *owner);
|
||||
void GL_FlushVertexCache(void);
|
||||
void GL_FlushVertexCache(void);
|
||||
|
|
|
@ -313,4 +313,4 @@ void R_ClipEdge (mvertex_t *pv0, mvertex_t *pv1, clipplane_t *clip);
|
|||
void R_SplitEntityOnNode2 (mnode_t *node);
|
||||
void R_MarkLights (dlight_t *light, int bit, mnode_t *node);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue