view test/automated/audio/audio.h @ 4916:3617cec7f0ee

Better horizontal candidate list rendering. Added horzcandspacing constant to add space between horizontal candidates.
author Daniel Wyatt <Daniel.Wyatt@gmail.com>
date Sun, 28 Nov 2010 22:30:16 -0500
parents 22ac66da0765
children
line wrap: on
line source

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


#ifndef _TEST_AUDIO
#  define _TEST_AUDIO


int test_audio (void);


#endif /* _TEST_AUDIO */