view test/automated/audio/audio.h @ 3396:d6b79fc83362

All 2D operations in Photon driver have been finished. The driver is ready to use. There fullscreen modes and YUV textures are rest only.
author Mike Gorchak <lestat@i.com.ua>
date Tue, 13 Oct 2009 11:26:40 +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_AUDIO
#  define _TEST_AUDIO


int test_audio (void);


#endif /* _TEST_AUDIO */