The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#############################################################################
## Name:        XS/Wave.xs
## Purpose:     XS for Wx::Wave
## Author:      Mattia Barbon
## Modified by:
## Created:     01/01/2003
## RCS-ID:      $Id: Wave.xs 2057 2007-06-18 23:03:00Z mbarbon $
## Copyright:   (c) 2003-2004 Mattia Barbon
## Licence:     This program is free software; you can redistribute it and/or
##              modify it under the same terms as Perl itself
#############################################################################

#if wxPERL_USE_WAVE

#include <wx/wave.h>

MODULE=Wx PACKAGE=Wx::Wave

wxWave*
wxWave::new( fileName )
    wxString fileName

bool
wxWave::IsOk()

bool
wxWave::Play( async = true, looped = false )
    bool async
    bool looped

#endif