Mercurial > sdl-ios-xcode
view test/automated/platform/platform.h @ 4408:c5616d36b2ac gsoc2009_unit_tests
Closing obsolete gsoc2009_unit_tests named branch
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 28 Feb 2010 00:21:28 -0500 |
parents | 5b48a529fd8a |
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 const char *platform_getPlatform (void); int test_platform (void); #endif /* _TEST_PLATFORM */