view test/automated/platform/platform.h @ 3655:1cc7f0143c12

Moved SDL_FUNCTION out so it's always available, and added SDL_FILE and SDL_LINE
author Sam Lantinga <slouken@libsdl.org>
date Wed, 13 Jan 2010 08:25:16 +0000
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 */