view test/automated/rwops/rwops.h @ 4737:0e18c79c4111

Renamed Window::Update to Window::Handle_Events. Removed Window::Clear. Added Window::Show_Cursor/Hide_Cursor. Added On_Resized event.
author dewyatt
date Sat, 12 Jun 2010 03:19:43 -0400 (2010-06-12)
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 */