Mercurial > sdl-ios-xcode
comparison test/automated/platform/platform.h @ 3259:22ac66da0765
Merged Edgar's code changes from Google Summer of Code 2009
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 07 Sep 2009 05:06:34 +0000 |
parents | |
children | 0c429a5fda8a |
comparison
equal
deleted
inserted
replaced
3258:e786366ea23b | 3259:22ac66da0765 |
---|---|
1 /** | |
2 * Part of SDL test suite. | |
3 * | |
4 * Written by Edgar Simo "bobbens" | |
5 * | |
6 * Released under Public Domain. | |
7 */ | |
8 | |
9 | |
10 #ifndef _TEST_PLATFORM | |
11 # define _TEST_PLATFORM | |
12 | |
13 | |
14 const char *platform_getPlatform (void); | |
15 int test_platform (void); | |
16 | |
17 | |
18 #endif /* _TEST_PLATFORM */ | |
19 |