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