Mercurial > sdl-ios-xcode
view test/automated/platform/platform.h @ 4790:f0b0bdc07916
Add new X11 symbols that XShape support needs to the dynamic function list.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 13 Jul 2010 02:12:14 -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 */