mirror of https://github.com/PCSX2/pcsx2.git
19 lines
214 B
C
19 lines
214 B
C
|
/**
|
||
|
* Part of SDL test suite.
|
||
|
*
|
||
|
* Written by Edgar Simo "bobbens"
|
||
|
*
|
||
|
* Released under Public Domain.
|
||
|
*/
|
||
|
|
||
|
|
||
|
#ifndef _TEST_SURFACE
|
||
|
# define _TEST_SURFACE
|
||
|
|
||
|
|
||
|
int test_surface (void);
|
||
|
|
||
|
|
||
|
#endif /* _TEST_SURFACE */
|
||
|
|