view test/automated/rwops/rwops.h @ 3399:f96615051c8c

Working on fullscreen video modes support
author Mike Gorchak <lestat@i.com.ua>
date Tue, 13 Oct 2009 20:17:11 +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 */