Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
test.h
Go to the documentation of this file.
1 //
2 // C++ Interface: Audio::Source
3 //
4 #ifndef __AUDIO_TEST_H__INCLUDED__
5 #define __AUDIO_TEST_H__INCLUDED__
6 
7 namespace Audio {
8  namespace Test {
9  int main(int argc, char **argv);
10  };
11 };
12 
13 
14 #endif//__AUDIO_TEST_H__INCLUDED__