view test/automated/platform/platform.h @ 4757:140be6839185

Correctly draw cursor based on position. Had to add UTF-8 functions utf8_length, utf8_next, utf8_advance.
author dewyatt
date Sun, 25 Jul 2010 13:17:31 -0400
parents 0c429a5fda8a
children
line wrap: on
line source

/**
 * Part of SDL test suite.
 *
 * Written by Edgar Simo "bobbens"
 *
 * Released under Public Domain.
 */


#ifndef _TEST_PLATFORM
#  define _TEST_PLATFORM


int test_platform (void);


#endif /* _TEST_PLATFORM */