view test/automated/audio/audio.h @ 3393:fe2f10481878

Fixed SDL_BLENDMODE_MASK for GL and GLES renderers, now blending works like in software renderer.
author Mike Gorchak <lestat@i.com.ua>
date Tue, 13 Oct 2009 06:51:20 +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 */