comparison test/automated/rwops/rwops.h @ 3259:22ac66da0765

Merged Edgar's code changes from Google Summer of Code 2009
author Sam Lantinga <slouken@libsdl.org>
date Mon, 07 Sep 2009 05:06:34 +0000
parents
children
comparison
equal deleted inserted replaced
3258:e786366ea23b 3259:22ac66da0765
1 /**
2 * Part of SDL test suite.
3 *
4 * Written by Edgar Simo "bobbens"
5 *
6 * Released under Public Domain.
7 */
8
9
10 #ifndef _TEST_RWOPS
11 # define _TEST_RWOPS
12
13
14 int test_rwops (void);
15
16
17 #endif /* _TEST_RWOPS */
18