quakeforge/tools/3dfx_stub/3dfxstub.h

38 lines
1010 B
C
Raw Normal View History

2002-06-27 05:42:58 +00:00
/*
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;