adding the missing Perform() function

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1651 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper 2002-10-25 13:23:24 +00:00
parent 3bee4b9931
commit 65b9e84537

View File

@ -107,6 +107,14 @@ BSimpleGameSound::Clone() const
return clone;
}
/* virtual */ status_t
BSimpleGameSound::Perform(int32 selector, void * data)
{
return B_ERROR;
}
status_t
BSimpleGameSound::SetIsLooping(bool looping)
{