Mercurial > sdl-ios-xcode
view test/automated/render/render.h @ 4448:2efcb52ba90a
Adding testsdl (automated test) support to iPhone Xcode project (to match Mac Xcode project).
I haven't updated yet to the 3.2 SDK so SDL no longer builds for me so I can't yet verify if the new target completely works.
author | Eric Wing <ewing . public |-at-| gmail . com> |
---|---|
date | Sat, 08 May 2010 01:12:55 -0700 |
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 */