Mercurial > sdl-ios-xcode
view test/automated/render/render.h @ 3602:bfa8d34ce03a
Fixed buffer overflows in resamplers.
I'm not confident this is a complete fix, but I'm not confident the current
resamplers are really worth keeping at all, either.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 28 Dec 2009 08:28:24 +0000 |
parents | 22ac66da0765 |
children |
line wrap: on
line source
/** * Part of SDL test suite. * * Written by Edgar Simo "bobbens" * * Released under Public Domain. */ #ifndef _TEST_RENDER # define _TEST_RENDER int test_render (void); #endif /* _TEST_RENDER */