view test/automated/platform/platform.h @ 3467:383c2058d973

pixels don't need to be dynamically allocated Added a dump_screen() function to assist with test failure diagnosis
author Sam Lantinga <slouken@libsdl.org>
date Sat, 21 Nov 2009 05:25:08 +0000
parents 22ac66da0765
children 0c429a5fda8a
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 */