reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-05-09 03:51:28 +00:00
parent 718170fcde
commit b4e7d19cea
3 changed files with 27 additions and 3 deletions

View File

@@ -3278,7 +3278,15 @@ public:
#if !wxUSE_SOUND
// A C++ stub class for wxWave for platforms that don't have it.
// A C++ stub class for wxSound for platforms that don't have it.
enum wxSoundFlags
{
wxSOUND_SYNC,
wxSOUND_ASYNC,
wxSOUND_LOOP
};
class wxSound : public wxObject
{
public: