Mercurial > sdl-ios-xcode
view test/automated/render/render.h @ 3423:45ad54b4d9d6
Removed the separate static simulator target, all targets create libSDLiPhoneOS.a
Removed generic thread files, they shouldn't have been in there.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 02 Nov 2009 07:57:51 +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 */