mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2025-01-31 13:01:02 +00:00
- Simplified an include path
This commit is contained in:
parent
065a525d4f
commit
835b8b5d78
1 changed files with 22 additions and 5 deletions
27
src/d_copy.S
27
src/d_copy.S
|
@ -1,12 +1,29 @@
|
||||||
/
|
/* $Id$
|
||||||
// d_copy.s
|
*
|
||||||
// x86 assembly-language screen copying code.
|
* x86 assembly-language screen copying code
|
||||||
//
|
*
|
||||||
|
* Copyright (C) 1997-2001 Id Software, Inc.
|
||||||
|
* Copyright (c) 2002 The Quakeforge Project.
|
||||||
|
*
|
||||||
|
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
# include "config.h"
|
# include "config.h"
|
||||||
#endif
|
#endif
|
||||||
#include "../src/qasm.h"
|
#include "qasm.h"
|
||||||
|
|
||||||
.data
|
.data
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue