X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fredraw.c;h=ad080e19fdfefecf8dba335070b06a5083002962;hb=fba39716b1a5f4503c35d97fbcdab340e66c33d3;hp=363bec03cf04004e6dcb70c64456bd97f145ccc2;hpb=a2115940e7643dcb1b87286f3d19fe95f7b79bd3;p=flatwaifu.git diff --git a/src/redraw.c b/src/redraw.c index 363bec0..ad080e1 100644 --- a/src/redraw.c +++ b/src/redraw.c @@ -1,32 +1,26 @@ -/* - Copyright (C) Prikol Software 1996-1997 - Copyright (C) Aleksey Volynskov 1996-1997 - Copyright (C) 2011 - - This file is part of the Doom2D:Rembo project. - - Doom2D:Rembo is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License version 2 as - published by the Free Software Foundation. - - Doom2D:Rembo 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, see or - write to the Free Software Foundation, Inc., - 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -*/ +/* Copyright (C) 1996-1997 Aleksey Volynskov + * + * 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, version 3 of the License ONLY. + * + * 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, see . + */ +/* #include #include #include //#include "..\averr.h" #include "vga.h" #include "glob.h" -/* + #define MAXRECT 500 typedef struct{short x,w,y,h;}rect;