16 appreciated but is not required. |
16 appreciated but is not required. |
17 2. Altered source versions must be plainly marked as such, and must not be |
17 2. Altered source versions must be plainly marked as such, and must not be |
18 misrepresented as being the original software. |
18 misrepresented as being the original software. |
19 3. This notice may not be removed or altered from any source distribution. |
19 3. This notice may not be removed or altered from any source distribution. |
20 */ |
20 */ |
|
21 |
|
22 #ifndef SDL_blendpoint_h_ |
|
23 #define SDL_blendpoint_h_ |
|
24 |
21 #include "../../SDL_internal.h" |
25 #include "../../SDL_internal.h" |
22 |
26 |
23 |
27 |
24 extern int SDL_BlendPoint(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a); |
28 extern int SDL_BlendPoint(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a); |
25 extern int SDL_BlendPoints(SDL_Surface * dst, const SDL_Point * points, int count, SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a); |
29 extern int SDL_BlendPoints(SDL_Surface * dst, const SDL_Point * points, int count, SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a); |
26 |
30 |
|
31 #endif /* SDL_blendpoint_h_ */ |
|
32 |
27 /* vi: set ts=4 sw=4 expandtab: */ |
33 /* vi: set ts=4 sw=4 expandtab: */ |