mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4337 96395faa-99c1-11dd-bbfe-3dabce05a288
18 lines
206 B
C
18 lines
206 B
C
/**
|
|
* 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 */
|
|
|