Mercurial > sdl-ios-xcode
view test/automated/render/render.h @ 4773:590e680cc4e4
Fixed up new functions and files so that they build as part of SDL.
author | Eli Gottlieb <eligottlieb@gmail.com> |
---|---|
date | Thu, 03 Jun 2010 17:21:40 -0400 |
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 */