Mercurial > sdl-ios-xcode
view test/automated/platform/platform.h @ 4766:7b50faf23907
Moved SDL_shape.h, and building out the API as needed by SDL_Eyes.
author | Eli Gottlieb <eligottlieb@gmail.com> |
---|---|
date | Fri, 21 May 2010 17:28:12 -0400 |
parents | 0c429a5fda8a |
children |
line wrap: on
line source
/** * Part of SDL test suite. * * Written by Edgar Simo "bobbens" * * Released under Public Domain. */ #ifndef _TEST_PLATFORM # define _TEST_PLATFORM int test_platform (void); #endif /* _TEST_PLATFORM */