mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
37 lines
1 KiB
C
37 lines
1 KiB
C
/*
|
|
3dfxstub.h
|
|
|
|
Dummy header to avoid glide/mesa linking for 3Dfxstub.so
|
|
|
|
Copyright (C)2002 Chris Ison wildcode@users.sourceforge.net
|
|
|
|
This file is part of Quakeforge and lib3Dfxgl.
|
|
|
|
Quakeforge and lib3Dfxgl are free software; you can redistribute them
|
|
and/or modify them under the terms of the GNU General Public License
|
|
as published by the Free Software Foundation; either version 2 of the
|
|
License, or (at your option) any later version.
|
|
|
|
Quakeforge and lib3Dfxgl are distributed in the hope that they will be
|
|
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
See the GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with Quakeforge and lib3Dfxgl; if not, write to:
|
|
|
|
Free Software Foundation, Inc.
|
|
59 Temple Place - Suite 330
|
|
Boston, MA 02111-1307, USA
|
|
|
|
$Id$
|
|
*/
|
|
|
|
|
|
typedef int GrScreenResolution_t;
|
|
typedef int GrScreenRefresh_t;
|
|
typedef struct {
|
|
int i;
|
|
} *fxMesaContext;
|
|
|