[][src]Type Definition fermium::SDL_blit

type SDL_blit = Option<unsafe extern "C" fn(src: *mut SDL_Surface, srcrect: *mut SDL_Rect, dst: *mut SDL_Surface, dstrect: *mut SDL_Rect) -> c_int>;

\brief The type of function used for surface blitting functions.