--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403789
19 lines
259 B
C
19 lines
259 B
C
/**
|
|
* 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 */
|
|
|