Mercurial > sdl-ios-xcode
comparison src/video/SDL_blit_auto.h @ 2262:bee005ace1bf
Work in progress: merging new texture features into SDL blit system
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 17 Aug 2007 06:21:58 +0000 |
parents | |
children | 900c35d8e8fd |
comparison
equal
deleted
inserted
replaced
2261:c20476d7d7b3 | 2262:bee005ace1bf |
---|---|
1 /* DO NOT EDIT! This file is generated by sdlgenblit.pl */ | |
2 /* | |
3 SDL - Simple DirectMedia Layer | |
4 Copyright (C) 1997-2006 Sam Lantinga | |
5 | |
6 This library is free software; you can redistribute it and/or | |
7 modify it under the terms of the GNU Lesser General Public | |
8 License as published by the Free Software Foundation; either | |
9 version 2.1 of the License, or (at your option) any later version. | |
10 | |
11 This library is distributed in the hope that it will be useful, | |
12 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
14 Lesser General Public License for more details. | |
15 | |
16 You should have received a copy of the GNU Lesser General Public | |
17 License along with this library; if not, write to the Free Software | |
18 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | |
19 | |
20 Sam Lantinga | |
21 slouken@libsdl.org | |
22 */ | |
23 #include "SDL_config.h" | |
24 | |
25 /* *INDENT-OFF* */ | |
26 | |
27 extern SDL_BlitFuncEntry *SDL_GeneratedBlitFuncTable; | |
28 | |
29 /* *INDENT-ON* */ | |
30 | |
31 /* vi: set ts=4 sw=4 expandtab: */ |