author | Sam Lantinga |
Tue, 02 Dec 2008 17:14:04 +0000 | |
changeset 2824 | 4dba7aa7ea77 |
child 2859 | 99210400e8b9 |
permissions | -rw-r--r-- |
slouken@2824 | 1 |
/* |
slouken@2824 | 2 |
SDL - Simple DirectMedia Layer |
slouken@2824 | 3 |
Copyright (C) 1997-2006 Sam Lantinga |
slouken@2824 | 4 |
|
slouken@2824 | 5 |
This library is free software; you can redistribute it and/or |
slouken@2824 | 6 |
modify it under the terms of the GNU Lesser General Public |
slouken@2824 | 7 |
License as published by the Free Software Foundation; either |
slouken@2824 | 8 |
version 2.1 of the License, or (at your option) any later version. |
slouken@2824 | 9 |
|
slouken@2824 | 10 |
This library is distributed in the hope that it will be useful, |
slouken@2824 | 11 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
slouken@2824 | 12 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
slouken@2824 | 13 |
Lesser General Public License for more details. |
slouken@2824 | 14 |
|
slouken@2824 | 15 |
You should have received a copy of the GNU Lesser General Public |
slouken@2824 | 16 |
License along with this library; if not, write to the Free Software |
slouken@2824 | 17 |
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
slouken@2824 | 18 |
|
slouken@2824 | 19 |
Sam Lantinga |
slouken@2824 | 20 |
slouken@libsdl.org |
slouken@2824 | 21 |
*/ |
slouken@2824 | 22 |
#include "SDL_config.h" |
slouken@2824 | 23 |
|
slouken@2824 | 24 |
extern void SDL_Blit_Slow(SDL_BlitInfo * info); |
slouken@2824 | 25 |
|
slouken@2824 | 26 |
/* vi: set ts=4 sw=4 expandtab: */ |