/**Class to test the BFileGameSound class @author Tim de Jong @date 21/09/2002 @version 1.0 */ #ifndef FILE_SOUND_TEST #define FILE_SOUND_TEST #include #include class FileSoundTest: public BApplication { public: FileSoundTest(); }; #endif