mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
37 lines
1,010 B
C
37 lines
1,010 B
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.
|
|
|
|
WildMidi is free software; you can redistribute it and/or modify
|
|
it 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.
|
|
|
|
WildMidi is distributed in the hope that it 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;
|
|
|