view test/automated/rwops/rwops.h @ 4792:aece2b6fb985

Removed compiled testeyes from revision control. Added it to ignore list.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 13 Jul 2010 02:27:59 -0400
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 */