mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-31 01:00:53 +00:00
GLQUAKE has ben eliminated from all but winquake.h
This commit is contained in:
parent
0cce8322b1
commit
565e135571
5 changed files with 1 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue