Mercurial > sdl-ios-xcode
view test/automated/rwops/rwops.h @ 3348:c02af6912b3c
Eric Wing to Sam
Also noticed the SDL.h header in 1.3 didn't have the /** for the methods while testing. Attached is a quick fix patch.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 06 Oct 2009 03:34:10 +0000 |
parents | 22ac66da0765 |
children |
line wrap: on
line source
/** * 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 */