GLQUAKE has ben eliminated from all but winquake.h

This commit is contained in:
Bill Currie 2000-05-13 09:53:25 +00:00
parent 0cce8322b1
commit 565e135571
5 changed files with 1 additions and 21 deletions

View file

@ -19,7 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
// r_local.h -- private refresh defs
#ifndef GLQUAKE
#include "r_shared.h"
@ -313,5 +312,3 @@ 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);
#endif //GLQUAKE