Copyright-header in r_sdl.c

forgot that when I created the file..
This commit is contained in:
Daniel Gibson 2016-12-19 05:08:46 +01:00
parent 181d4fa0ea
commit c743aaa8fe
2 changed files with 27 additions and 2 deletions

View file

@ -135,7 +135,7 @@ cvar_t *gl_stereo_anaglyph_colors;
cvar_t *gl_stereo_convergence;
refimport_t ri; // TODO: put this in some header ?
refimport_t ri;
/*
* Returns true if the box is completely outside the frustom

View file

@ -1,4 +1,29 @@
// SDL-specific OpenGL shit formerly in refresh.c
/*
* Copyright (C) 1997-2001 Id Software, Inc.
* Copyright (C) 2016 Daniel Gibson
*
* This program 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.
*
* This program 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 this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
*
* =======================================================================
*
* SDL-specific OpenGL shit formerly in refresh.c
*
* =======================================================================
*/
#include "header/local.h"