Merged Edgar's code changes from Google Summer of Code 2009
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403789
This commit is contained in:
parent
3a95fba428
commit
0b31b5070e
25 changed files with 9225 additions and 1 deletions
18
test/automated/rwops/rwops.h
Normal file
18
test/automated/rwops/rwops.h
Normal file
|
@ -0,0 +1,18 @@
|
|||
/**
|
||||
* Part of SDL test suite.
|
||||
*
|
||||
* Written by Edgar Simo "bobbens"
|
||||
*
|
||||
* Released under Public Domain.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _TEST_RWOPS
|
||||
# define _TEST_RWOPS
|
||||
|
||||
|
||||
int test_rwops (void);
|
||||
|
||||
|
||||
#endif /* _TEST_RWOPS */
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue