• Sam Lantinga's avatar
    Renamed files for consistency · f002356b
    Sam Lantinga authored
    --HG--
    rename : src/render/direct3d/SDL_d3drender.c => src/render/direct3d/SDL_render_d3d.c
    rename : src/render/opengl/SDL_renderer_gl.c => src/render/opengl/SDL_render_gl.c
    rename : src/render/opengles/SDL_renderer_gles.c => src/render/opengles/SDL_render_gles.c
    rename : src/render/software/SDL_renderer_sw.c => src/render/software/SDL_render_sw.c
    rename : src/render/software/SDL_renderer_sw_c.h => src/render/software/SDL_render_sw_c.h
    f002356b
SDL_render_sw_c.h 979 Bytes
/*
    SDL - Simple DirectMedia Layer
    Copyright (C) 1997-2010 Sam Lantinga

    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.

    This library 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
    Lesser General Public License for more details.

    You should have received a copy of the GNU Lesser General Public
    License along with this library; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

    Sam Lantinga
    slouken@libsdl.org
*/

extern SDL_Renderer * SW_CreateRendererForSurface(SDL_Surface * surface);

/* vi: set ts=4 sw=4 expandtab: */