quakeforge/tools/3dfx_stub/3dfxstub.h
Bill Currie 23a38738fc Massive whitespace cleanup.
Lots of trailing whitespace and otherwise blank lines.
2012-05-22 08:23:22 +09:00

36 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
*/
typedef int GrScreenResolution_t;
typedef int GrScreenRefresh_t;
typedef struct {
int i;
} *fxMesaContext;