mirror of
https://github.com/yawut/SDL.git
synced 2026-03-22 09:54:30 -05:00
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 */
|
|
|