mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-03-13 03:33:28 +00:00
Another include fix for software... (ugh)
This commit is contained in:
parent
674e537a72
commit
99836b2862
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ void R_cshift_f (void);
|
|||
void R_EmitEdge (mvertex_t *pv0, mvertex_t *pv1);
|
||||
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);
|
||||
void R_MarkLights (vec3_t lightorigin, dlight_t *light, int bit, mnode_t *node);
|
||||
|
||||
void R_LoadSkys (char *);
|
||||
|
||||
|
|
Loading…
Reference in a new issue