// Created: 01/02/97
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
-// Licence: wxWidgets licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_SOUND_H_
bool Create(int size, const wxByte* data);
bool IsOk() const { return (m_waveData ? true : false); };
-
+
static void Stop();
protected:
bool Free();
-
+
bool DoPlay(unsigned flags) const;
private: